-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (58 loc) · 1015 Bytes
/
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
html {
background-color:#2F2087;
color:#EEF9FC;
}
body {
line-height: 1.6;
font-family: 'Libre Franklin', sans-serif;
}
article {
min-width:30em;
max-width: 40em;
margin: 0 auto;
padding: 20px;
}
figure {
margin:0 auto;
text-align:center;
}
figure::after{
font-family: 'Bebas Neue', sans-serif;
font-size:4em;
content: "~~~~~~~~~~~~";
display:block;
margin: -5.5em 0 4em -2.5em;
letter-spacing:-.18em;
transform:rotate(-5deg);
}
figcaption, figure::after{
color:#5EB1BF;
}
figcaption{
font-size:5em;
margin:-1.25em auto 0 2em;
transform:rotate(-5deg);
font-family: 'Caveat', cursive;
}
figure img {
border-radius:1rem;
height:300px;
margin:0 auto;
}
h1 {
color:#EEF9FC;
text-align:center;
font-size:4.5rem;
font-family: 'Bebas Neue', sans-serif;
margin:0;
line-height:.9em;
padding-bottom:.5em;
margin-bottom:.5em;
border-bottom:2px solid #5EB1BF;
}
h1 span {
color:#5EB1BF;
font-family: 'Caveat', cursive;
font-size:5.5rem;
font-weight:normal;
}