-
Notifications
You must be signed in to change notification settings - Fork 0
/
hunger.css
71 lines (58 loc) · 1.16 KB
/
hunger.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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
margin: 0;
font-family: 'Nunito', sans-serif;
}
header {
background-color: rgba(2, 0, 0, 0.8);
color: white;
text-align: center;
font-size: 22px;
font-weight: 900;
letter-spacing: 0.4px;
line-height: 64px;
text-transform: uppercase;
}
article {
margin: auto;
max-width: 850px;
padding: 8px;
padding-top: 70px;
font-family: 'Poppins', sans-serif;
}
.hero-vid {
max-width: 100%;
}iframe {
margin: 50px 0;
max-width: 100%;
}
#content {
max-width: 680px;
margin: auto;
}
#content span{
font-size: 32px;
font-weight: 600;
line-height: 34px;
font-family: 'Poppins', sans-serif;
}
#content p {
font-size: 18px;
line-height: 24px;
font-family: 'Poppins', sans-serif;
}
#content img{
width: 100%;
margin: auto;
}
h1 {
font-size: 52px;
margin: 0;
letter-spacing: 1.3px;
line-height: 58px;
margin-bottom: 10px;
}
p {
color: purple;
font-size: 18px;
}