-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
118 lines (118 loc) · 2.34 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@font-face {
font-family: "Franklin Gothic Condensed Web";
font-style: normal;
font-weight: 800;
src: url("franklingothic-condensed-webfont.woff2");
}
#badge {
margin-bottom: 5rem;
margin-left: 5rem;
margin-right: 5rem;
margin-top: 1rem;
}
#badge img {
height: 2rem;
}
#container {
background-color: #fff;
margin-bottom: 5rem;
margin-left: auto;
margin-right: auto;
margin-top: 1rem;
max-width: 61.25rem;
padding-left: 5rem;
padding-right: 5rem;
}
#title {
margin-left: 5rem;
padding-top: 10rem;
}
#title h1 {
font-family: "Franklin Gothic Condensed Web";
font-size: 2.5rem;
font-weight: bold;
}
#footer {
height: 20rem;
}
body {
background-color: #2c2b2c;
color: rgb(44, 43, 44);
font-family: "Roboto Condensed";
font-size: 1.3rem;
line-height: 1.55;
margin: 0;
}
.hidden {
display: none;
}
.recommendation {
margin-left: 5rem;
margin-right: 5rem;
margin-bottom: 3rem;
text-align: justify;
}
.recommendation a {
color: #00d682;
text-decoration: none;
}
.recommendation a:hover {
text-decoration: underline;
}
.recommendation h2 {
font-family: "Franklin Gothic Condensed Web";
font-size: 2rem;
font-weight: bold;
line-height: 1.55;
margin: 0;
padding-bottom: 0.4em;
padding-top: 1.3em;
text-align: left;
}
.recommendation h3 {
font-family: "Franklin Gothic Condensed Web";
font-size: 1.3rem;
font-weight: bold;
line-height: 1.6em;
margin: 0;
padding-bottom: 0.3em;
padding-top: 1.1em;
text-align: left;
text-transform: uppercase;
}
.recommendation h4 {
font-family: "Franklin Gothic Condensed Web";
font-size: 1.3rem;
font-weight: bold;
line-height: 1.6em;
margin: 0;
padding-bottom: 0.3em;
padding-top: 0.5em;
text-align: left;
}
.recommendation li {
list-style-type: square;
}
.recommendation p {
margin: 0;
padding-bottom: 0.2em;
padding-top: 0;
}
.compliant span.symbol {
color: #00D682;
font-size: 2rem;
line-height: 1.55;
margin-left: -5rem;
padding-bottom: 0.4em;
padding-top: 1.3em;
position: absolute;
}
.noncompliant span.symbol {
color: red;
font-size: 2rem;
line-height: 1.55;
margin-left: -5rem;
padding-bottom: 0.4em;
padding-top: 1.3em;
position: absolute;
}