generated from webmural/o3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
climb.css
84 lines (70 loc) · 1.06 KB
/
climb.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
76
77
78
79
80
81
82
83
84
* {
box-sizing: border-box;
}
:any-link {
border-radius: 100%;
cursor: grab;
display: inline-flex;
margin: 1em;
padding: 1em;
text-decoration: 1ex dashed overline;
}
:hover {
text-decoration-style: double;
}
html {
font-family: sans-serif;
font-size: max(2em, 3vmax + 2vmin);
line-height: 2;
}
body {
margin: 1em auto 2em;
overflow-wrap: anywhere;
}
article {
flex-flow: column;
display: flex;
min-height: 100vh;
}
nav {
align-items: center;
contain: layout;
display: flex;
flex-flow: column;
padding: 3ch;
}
h1 {
margin: 0;
font-weight: unset;
line-height: 1;
}
.voice {
cursor: grab;
margin: auto;
min-height: 50vmin;
writing-mode: vertical-lr;
}
.voice:not(:active) {
text-shadow: 0 -5ex 1ex;
}
.rite {
margin-left: auto;
transform: rotate(-18deg);
}
.leap {
margin-right: auto;
transform: rotate(36deg);
}
.tear {
transform: rotate(18deg);
}
.echo {
display: flex;
flex-flow: column;
font: calc(2em / 3) monospace;
}
.belay {
contain: layout;
margin: auto;
transform: rotate(9deg);
}