File tree Expand file tree Collapse file tree 2 files changed +36
-35
lines changed
Expand file tree Collapse file tree 2 files changed +36
-35
lines changed Original file line number Diff line number Diff line change 1+ * text =auto
Original file line number Diff line number Diff line change 1- h1 {
2- font-family : "Open Sans" , sans-serif;
3- font-size : 48px ;
4- font-weight : normal;
5- margin : 10px ;
6- text-align : center;
7- }
8- # navigation ul {
9- text-align : center;
10- list-style : none;
11- padding : 0 ;
12- }
13- # navigation ul li {
14- list-style : none;
15- display : inline-block;
16- border-radius : 100% ;
17- border : 2px solid # 000 ;
18- height : 50px ;
19- width : 50px ;
20- margin : 8px ;
21- }
22- # navigation ul li : hover {
23- color : # 000 ;
24- text-decoration : none;
25- -webkit-transition : 500ms ;
26- -moz-transition : 500ms ;
27- transition : 500ms ;
28- background-color : rgba (0 , 0 , 0 , 0.25 );
29- }
30- # navigation ul li a {
31- color : # 000 ;
32- }
33- # navigation ul li a i {
34- padding : 9px ;
35- }
1+ h1 {
2+ font-family : "Open Sans" , sans-serif;
3+ font-size : 48px ;
4+ font-weight : normal;
5+ margin : 10px ;
6+ text-align : center;
7+ }
8+ # navigation ul {
9+ text-align : center;
10+ list-style : none;
11+ padding : 0 ;
12+ }
13+ # navigation ul li {
14+ list-style : none;
15+ display : inline-block;
16+ border-radius : 100% ;
17+ border : 2px solid # 000 ;
18+ height : 50px ;
19+ width : 50px ;
20+ margin : 8px ;
21+ }
22+ # navigation ul li : hover {
23+ color : # 000 ;
24+ text-decoration : none;
25+ -webkit-transition : 500ms ;
26+ -moz-transition : 500ms ;
27+ transition : 500ms ;
28+ background-color : rgba (0 , 0 , 0 , 0.25 );
29+ }
30+ # navigation ul li a {
31+ color : # 000 ;
32+ }
33+ # navigation ul li a i {
34+ padding : 9px ;
35+ }
You can’t perform that action at this time.
0 commit comments