-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (46 loc) · 689 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (46 loc) · 689 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
55
56
57
/* Body */
body {
background-color:#edf0dd;
}
/* Heads */
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-family: 'Merriweather', serif;
weight: 700;
color: #000000;
text-align:center;
}
h1 {
font-size:48px;
}
h3 {
font-size: 24px;
}
h5 {
font-size: 18px;
margin-bottom: -10px;
}
/* body text */
p {
font-family: Arial, Helvetica, sans-serif;
font-family: 'Lato', sans-serif;
weight: 400;
color: #000000;
color:#1a62c2;
text-align: center;
}
/* quote */
quote {
font-family: 'Lobster', cursive;
font-size: 20px;
}
/* lists */
ul {
}
li {
}
/* hyperlinks */
a {
}
/* classes */
/* IDs */