-
Notifications
You must be signed in to change notification settings - Fork 1
/
sea.css
75 lines (65 loc) · 1.05 KB
/
sea.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
75
.reef {
box-sizing: border-box;
font-family: Arial, sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.666666;
}
.buoy {
box-sizing: border-box;
margin: auto;
padding: 0;
}
.skull {
box-sizing: border-box;
font-size: 1em;
line-height: 1;
display: flex;
flex-flow: column nowrap;
margin: auto;
padding: 0;
}
.eyeballs {
box-sizing: border-box;
display: block;
font-family: inherit;
font-weight: bold;
text-decoration: overline;
text-align: center;
font-size: 25vw;
line-height: 1;
padding: 1rem;
margin: 0 0 1rem;
}
.eyeballs::first-letter {
letter-spacing: 1ch;
}
.dive {
box-sizing: border-box;
display: block;
font-size: 1rem;
margin: 0 0 2rem;
padding: 1rem;
}
.flood {
box-sizing: border-box;
margin: 0;
}
.swoosh {
box-sizing: border-box;
padding: 1rem;
max-width: 18em;
}
.surge {
box-sizing: border-box;
margin: 0;
padding: 1em;
}
.denials {
box-sizing: border-box;
display: inline-block;
font-style: inherit;
}
.stress {
font-style: inherit;
font-weight: bolder;
}