-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
52 lines (43 loc) · 661 Bytes
/
main.css
File metadata and controls
52 lines (43 loc) · 661 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 {
max-width: 340px;
/* margin: 0 auto; */
margin-left: 48px;
font-family: monospace
}
header {
margin-top: 48px;
}
header h1 {
font-weight: 400;
text-align: center;
margin: 0;
padding: 0;
font-size: 2.5em;
}
header h2 {
font-weight: 400;
text-align: center;
margin: 0;
padding: 0;
font-size: 1.3em;
}
article h1 {
margin-top: 24px;
font-weight: normal;
font-size: 1em;
}
article ul#titles {
margin-left: 24px;
}
article a:link {
color: #339;
}
article a:visited {
color: #636;
}
article a:hover {
text-decoration: none;
}
article a:active {
color: #933;
}