-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
88 lines (74 loc) · 1.06 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
html, body {
background-color: black;
}
.header {
margin: auto;
margin-top: 24px;
margin-bottom: 48px;
}
a {
color: #cc9c6c;
text-decoration: underline;
}
a:hover {
color: #d17a24;
text-decoration: underline;
}
p, h1, h3 {
color: white;
}
h1 {
font-family: "Inconsolata";
margin-top: 24px;
margin-bottom: 12px;
}
h2 {
font-family: "Inconsolata";
font-size: 24px;
margin-top: 24px;
margin-bottom: 12px;
color: #c97a18;
}
h3 {
font-family: "Inconsolata";
font-size: 18px;
margin-top: 6px;
margin-bottom: 6px;
color: #c97a18;
}
p {
font-family: "Inconsolata";
font-size: 16px;
padding: 0px;
margin: 0px;
}
li {
font-family: "Inconsolata";
font-size: 16px;
color: white;
}
ul {
font-family: "Inconsolata";
font-size: 16px;
color: white;
}
.logo {
max-width: 100%;
max-height: 375px;
float: center;
margin: 12px;
margin-top: 40px;
margin-left: 50px;
}
.splash {
width: 100%;
}
.btn {
width: 148px;
margin: 6px;
background-color: #212121;
margin-bottom: 12px;
text-decoration: none;
border: none;
font-family: "Inconsolata";
}