blob: 7d314f1ecf72f25b89278f2d46052445e1f2554a (
plain) (
blame)
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
|
@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");
#container {
max-width: 50rem;
margin: auto;
}
#head {
padding-bottom: 1rem;
text-align: center;
font-size: 4em;
font-family: monospace;
}
#subhead {
text-align: right;
font-size: 2.0em;
font-family: monospace;
margin-top: -2rem;
padding-right: 10rem;
padding-bottom: 1.0rem;
}
#body {
font-size: 1.0em;
}
#info {
font-size: 0.9em;
padding-top: 1rem;
}
#foot {
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
font-size: 0.8em;
}
|