-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
54 lines (46 loc) · 723 Bytes
/
main.css
File metadata and controls
54 lines (46 loc) · 723 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
53
54
* {
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
body {margin:20px 5%}
.nav-link {
text-decoration: none;
color: black;
}
nav ul, footer ul {
letter-spacing: 0.5px;
padding: 0px;
list-style: none;
font-weight: bold;
}
nav ul li, footer ul li {
margin-left: 10px;
display: inline;
}
li:not(:last-child) {
margin-bottom: 5px;
}
.inner-space {
margin-top: 5px;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 2em;
}
p {
font-size: 1em;
line-height: 1.4em;
color: #333;
}
footer {
border-top: 1px solid #d5d5d5;
font-size: .8em;
}
ul.posts {
margin: 20px auto 40px;
font-size: 1.5em;
}
ul.posts li {
list-style: none;
}