generated from s9a/possible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fiction.css
46 lines (42 loc) · 861 Bytes
/
fiction.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
.hip { font: max(9vw, 39pt) sans-serif }
.lip { display:contents }
.bit { font: 400 2em sans-serif }
.sun { all: unset }
.fun { font: unset }
.nap { font-weight: lighter }
.wub { font-weight: bolder }
.wuv { text-decoration-style: wavy }
.wah { margin:auto }
.rub { word-spacing: 1px }
.ace { justify-content: space-between }
:target { font-family: fantasy }
:focus-within { cursor: crosshair }
:focus {
outline: calc(1ex / 3) dotted;
}
:hover {
text-decoration-style: double;
}
.balalava {
min-height: 100vh;
display: flex;
flex-flow: column;
justify-content: center;
}
.wormhole {
order: 2;
font: inherit;
display: inline-flex;
margin: auto;
}
.wingspan {
contain: style;
display: flex;
justify-content: space-around;
}
.deepmode {
font-family: inherit;
display: inline-flex;
margin: auto;
writing-mode: vertical-rl;
}