-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (65 loc) · 1001 Bytes
/
style.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
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fontlibrary.org/face/lcd");
body
{
padding:0;
margin:0;
font-family: 'Montserrat', sans-serif;
font-size: 0.875em;
background-color:#f2f2f2;
}
img {
max-width: 100%;
}
a {
font-weight: 500;
}
h1
{
text-transform: uppercase;
font-size:2.5em;
font-weight:bold;
color:#272727;
background-color:inherit;
text-align:center;
margin:30px 0 40px;
}
h2
{
font-size:2em;
font-weight:bold;
color:#272727;
background-color:inherit;
margin:30px 0 10px;
}
h3
{
font-size:1.5em;
font-weight:bold;
color:#272727;
background-color:inherit;
margin:30px 0 10px;
}
h4
{
font-size:1em;
font-weight:bold;
color:#272727;
background-color:inherit;
margin:30px 0 10px;
}
#button {
color:#0000ff;
font-weight: bold;
}
#lcd {
font-family: "LCD14", "Courier New", Courier, monospace;
font-weight: bold;
font-size: 90%;
}
.hidden {
display: none;
}
:target {
display: block;
}