File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
2
margin : 0 ;
3
3
font-family : verdana, arial, helvetica, sans-serif;
4
- padding-bottom : 1 em ;
4
+ padding-bottom : 1 rem ;
5
5
}
6
6
7
7
header {
8
8
background-color : black;
9
- padding-top : 1.5 em ;
10
- padding-bottom : 1 em ;
9
+ padding-top : 1.5 rem ;
10
+ padding-bottom : 1 rem ;
11
11
border-bottom : 2px solid # 22D045 ;
12
12
}
13
13
@@ -23,7 +23,7 @@ header h1 {
23
23
24
24
main .content {
25
25
max-width : 600px ;
26
- padding : 0 1rem 0 1 rem ;
26
+ padding : 0 1rem ;
27
27
margin : 0 auto;
28
28
}
29
29
@@ -35,7 +35,7 @@ main #tagline,
35
35
main h1 .title {
36
36
font-size : 220% ;
37
37
font-weight : normal;
38
- padding-bottom : .7 em ;
38
+ padding-bottom : 1.5 rem ;
39
39
border-bottom : 1px solid # 666 ;
40
40
text-align : left;
41
41
}
@@ -47,36 +47,34 @@ main h1 {
47
47
48
48
main ul {
49
49
line-height : 1.5em ;
50
+ padding-bottom : 0.75rem ;
50
51
}
51
52
52
53
.main-index h2 {
53
- margin : 0.8125 em 0 ;
54
+ margin : 1.5 rem 0 ;
54
55
}
55
56
56
57
# links {
57
- margin-top : 2em ;
58
+ padding-bottom : 1.5rem ;
59
+ display : flex;
60
+ flex-wrap : wrap;
61
+ justify-content : space-around;
58
62
}
59
63
60
64
# links a {
61
- text-decoration : none;
62
65
color : # 22D045 ;
63
66
}
64
67
65
- # links a : hover {
66
- color : # 00dd00 ;
67
- }
68
-
69
68
# links a : hover .action {
70
- text-decoration : none;
71
- font-weight : bold;
72
69
background : white;
70
+ text-shadow : 0 0 5px # 22D045 ;
73
71
}
74
72
75
73
# links .link {
76
- float : left;
77
- width : 199px ;
78
- height : 120px ;
74
+ display : flex;
79
75
text-align : center;
76
+ padding : 0.75rem 1.5rem ;
77
+ float : left;
80
78
}
81
79
82
80
# links .action {
You can’t perform that action at this time.
0 commit comments