-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (64 loc) · 1.19 KB
/
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
body {
margin-top: 25px;
background-color: AliceBlue;
}
.header-1, .header-2 {
color: RoyalBlue;
}
.header-1{
font-family: Oswald, sans-serif;
font-size: 42px;
font-weight: bold;
line-height: 40px;
letter-spacing: 5px;
word-spacing: 15px;
text-shadow: 1px 1px 3px #000000;
}
.header-2{
font-family: Dosis, sans-serif;
font-size: 32px;
line-height: 30px;
letter-spacing: normal;
letter-spacing: 1px;
text-shadow: 0.5px 0.5px 1.5px #000000;
}
.header-3{
font-family: Vollkorn, sans-serif;
font-size: 26px;
line-height: 22px;
letter-spacing: -1px;
color: DodgerBlue;
}
.sentence{
color: MidnightBlue;
font-family: Lato, sans-serif;
letter-spacing: -0.5px;
font-size: 16px;
}
.top-margin{
margin-top: 30px;
}
footer{
background-color: #34495E;
color: #FFFFFF;
font-family: Lato, sans-serif;
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
footer a{
color: CornflowerBlue;
}
footer a:hover{
color: Ghostwhite;
}
.link {
font-size: 18px;
margin: 0;
}
.link a{
padding-left: 10px;
padding-right: 10px;
color: CornflowerBlue;
}