-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (43 loc) · 897 Bytes
/
Copy pathstyle.css
File metadata and controls
43 lines (43 loc) · 897 Bytes
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
body,html {
font-family:'News Cycle',sans-serif;
font-weight:900;
font-size:12px;
color:#000;
letter-spacing:2px;
overflow-x:hidden;
margin: 0px;
padding: 0px;
}
.button-secondary {
background: rgb(66, 184, 221); /* this is a light blue */
font-family:'News Cycle',sans-serif;
font-weight: 900;
}
header {
width: 100%;
text-align: center;
font-size: 30px;
}
header img {
position: relative;
margin: auto;
}
header span {
font-size: 22px;
}
header .choices {
text-align: left;
margin: auto;
width: 50%;
font-size: 22px;
text-transform: uppercase;
}
header .choices img {
float: left;
padding-right: 20px;
margin: auto;
width: 60px;
}
header .choices .column-left{ float: left; width: 33%; }
header .choices .column-right{ float: right; width: 33%; }
header .choices .column-center{ display: inline-block; width: 33%; }