-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (43 loc) · 664 Bytes
/
style.css
File metadata and controls
52 lines (43 loc) · 664 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
44
45
46
47
48
49
50
51
52
body {
background-color: #1a1a1a;
align-content: center;
}
.fullwidth {
width: 100%;
max-width: 4961px
}
.text {
font-family: itc-avant-garde-gothic-pro, sans-serif;
width: 90%;
max-width: 850px;
height: auto;
padding: 2px 20px;
margin: 30px auto 60px auto;
color: #CBCBCB;
}
a {
color: #D8AE2B;
font-weight: 500;
text-decoration: none;
}
.poster {
text-align: center;
font-weight: 500;
font-size: 120%
}
h2 {
margin-bottom: 0.1em
}
h3 {
margin-bottom: 0em
}
p {
margin-top: 0.1em
}
.footer {
font-weight: 900;
}
.divider {
margin-top: 1em;
text-align: center;
}