File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap' );
2
+
1
3
* {
2
4
margin : 0 ;
3
5
padding : 0 ;
4
6
box-sizing : border-box;
5
- font-family : 'Times New Roman ' , Times , serif;
7
+ font-family : 'Poppins ' , sans- serif;
6
8
}
7
9
8
10
.navbar {
26
28
27
29
.heading {
28
30
width : 20% ;
29
- font-size : 2 em ;
31
+ font-size : 1.8 em ;
30
32
padding : 0px 20px ;
31
33
margin-bottom : 5px ;
32
34
cursor : pointer;
40
42
}
41
43
42
44
li {
43
- font-size : 1.3 em ;
45
+ font-size : 1.1 em ;
44
46
cursor : pointer;
45
47
padding : 20px ;
46
48
}
@@ -89,14 +91,18 @@ ul:nth-child(5) {
89
91
.bar1 ,
90
92
.bar2 ,
91
93
.bar3 {
92
- width : 35 px ;
93
- height : 5 px ;
94
+ width : 30 px ;
95
+ height : 3 px ;
94
96
background-color : white;
95
97
margin : 6px 0 ;
96
98
}
97
99
98
100
.change .bar1 {
99
- transform : translate (0 , 11px ) rotate (-45deg );
101
+ transform : translate (0 , 8px ) rotate (-45deg );
102
+ -webkit-transform : translate (0 , 8px ) rotate (-45deg );
103
+ -moz-transform : translate (0 , 8px ) rotate (-45deg );
104
+ -ms-transform : translate (0 , 8px ) rotate (-45deg );
105
+ -o-transform : translate (0 , 8px ) rotate (-45deg );
100
106
}
101
107
102
108
.change .bar2 {
You can’t perform that action at this time.
0 commit comments