forked from skillcrush/git-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamy-thomson.css
More file actions
58 lines (49 loc) · 843 Bytes
/
amy-thomson.css
File metadata and controls
58 lines (49 loc) · 843 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
58
/***** BASE STYLES *****/
body {
font-size: 20px;
padding: 16px;
margin: 0 auto;
background: #F1FFFF;
Poppins', sans-serif;
}
.skillcrush-advice {
width: 1100px;
margin: auto;
}
h1 {
font-size: 30px;
color: #333;
margin-top: 16px;
}
h1 span {
Galada', cursive;
color: #f16059;
}
.advice {
Merriweather', serif;
color: #333;
padding: 10px 30px;
border: 3px solid lightslategray;
background: white;
}
h3 {
Poppins', sans-serif;
font-size: 34px;
font-weight: bold;
color: #f16059;
}
p {
line-height: 30px;
}
a {
text-decoration: none;
color: #f16059;
}
footer {
text-align: center;
padding-top: 16px;
color: #f16059;
}
footer p span {
Galada', cursive;
}