File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 52
52
<!-- The Start of the Page -->
53
53
< header >
54
54
< nav >
55
- < div class ="logo "> CustomBAR </ div >
55
+ < div class ="logo "> Custom < span class =" logoglow " > BAR </ span > </ div >
56
56
< ul >
57
57
< li >
58
58
< a target ="_blank " href ="vulunteerform.html " class ="button "
Original file line number Diff line number Diff line change @@ -35,10 +35,18 @@ nav {
35
35
.logo {
36
36
font-size : 40px ;
37
37
font-weight : bold;
38
- color : # 58a6ff ;
38
+ background-clip : text;
39
+ color : transparent;
40
+ background-image : linear-gradient (to right, # 4a9eff, # 6378ff );
39
41
text-align : center;
40
42
}
41
43
44
+ .logoglow {
45
+ text-shadow : 0px 0px 20px # fff25eab ;
46
+ border-bottom : 3px solid # ffffff ;
47
+ color : white;
48
+ }
49
+
42
50
.highlight-free {
43
51
color : # 58a6ff ;
44
52
font-weight : bold;
You can’t perform that action at this time.
0 commit comments