-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstylef.css
More file actions
37 lines (35 loc) · 809 Bytes
/
stylef.css
File metadata and controls
37 lines (35 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.masthead-heading text-uppercase{
text-align: center;
font-size: .5rem;
color: red;
letter-spacing: -7px;
font-weight: 700;
text-transform: 700;
animation: blur .75s ease-out infinite;
text-shadow: 0px 0px 5px #fff,0px 0px 7px #fff;
margin-top: 250px;
}
@keyframes blur {
from{
text-shadow: 0px 0px 10px #fff,
0px 0px 10px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 25px #fff,
0px 0px 50px #fff,
0px 0px 50px #fff,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
0px 0px 10px #7B96B8,
;
}
}