File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500&display=swap' );
2
+
3
+ body {
4
+ font-family : 'Red Hat Display' , sans;
5
+ }
6
+ # bannerRight a {
7
+ vertical-align : middle;
8
+ height : 50px ;
9
+ vertical-align : text-top;
10
+ background : linear-gradient (180deg ,
11
+ hsl (0 , 0% , 58% ) 0% ,
12
+ hsl (0 , 0% , 80% ) 47% ,
13
+ hsl (0 , 0% , 38% ) 53% ,
14
+ hsl (0 , 0% , 58% ) 100% );
15
+ -webkit-background-clip : text;
16
+ -webkit-text-fill-color : transparent;
17
+ background-clip : text;
18
+ text-fill-color : transparent;
19
+ font-size : 35px ;
20
+ font-style : normal;
21
+ font-variant : normal;
22
+ font-weight : normal;
23
+ font-stretch : normal;
24
+ font-family : 'Red Hat Display' ;
25
+ letter-spacing : -2px ;
26
+ }
27
+ # bannerRight a : hover {
28
+ text-decoration : none;
29
+ }
30
+
31
+ # bannerRight img {
32
+ height : 47px ;
33
+ margin-bottom : 0 ;
34
+ vertical-align : text-top;
35
+ }
You can’t perform that action at this time.
0 commit comments