-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (42 loc) · 778 Bytes
/
style.css
File metadata and controls
49 lines (42 loc) · 778 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
body {
margin: 0;
font-size: 18px;
color: #333;
font-family: sans-serif;
line-height: 1.5;
}
h1 {
margin-top: 50px;
margin-bottom: 10px;
font-size: 60px;
text-align: center;
}
h2 {
margin-top: 0;
padding-bottom: 30px;
font-size: 25px;
text-align: center;
border-bottom: 2px solid #e3e3e3;
}
main {
width: 900px;
margin: auto;
}
section {
margin-top: 50px;
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
padding-top: 0;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 0;
}
section h2 {
text-align: left;
border: none;
padding: 0;
}
li {
margin-bottom: 10px;
}