-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css.txt
More file actions
100 lines (82 loc) · 1.71 KB
/
style.css.txt
File metadata and controls
100 lines (82 loc) · 1.71 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* DO NOT EDIT CSS CODE */
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light|Oswald|Permanent+Marker|Montserrat');
body {
margin: 0;
background-color: #eee;
}
html, h1, h2, p {
font-family: 'Shadows Into Light', cursive;
color: DarkRed;
font-size: 24px;
}
main > div > article > section > header > h2 {
color: #668284;
font-size: 24px;
}
main > div > article > section > p {
font-size: 16px;
}
main > div > article > section > header > h2,
main > div > article > section p,
footer > div > nav > p {
text-align: center;
margin: 0;
padding: 10px;
font-family: 'Oswald', sans-serif;
}
main > div > article {
overflow: visible;
}
main > div > article > section {
margin-left: -200%;
width: 500%;
border-bottom: 3px solid #668284;
}
main > div > article > section:last-child {
border-bottom: none;
}
header > div > h1 {
text-align: center;
font-size: 70px;
margin: 0;
font-family: 'Permanent Marker', cursive;
}
header > div > nav {
margin: 0 0 10px 10px;
}
header > div > nav > a {
padding: 0 15px 10px 20px;
font-size: 16px;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
color: #493736;
}
header > div > nav a:hover {
color: #668284;
}
nav,
div {
width: 300px;
margin: auto;
}
nav:after {
content: "";
display: table;
clear: both;
}
main > div > article > section p {
color: #493736;
}
main > div {
overflow: hidden;
border: 3px solid #668284;
padding: 10px;
background-color: #B9D7D9;
}
footer > div > nav > p {
color: #668284;
font-size: 16px;
}
main > div > article > section > footer > p {
font-size: 16px;
}