-
Notifications
You must be signed in to change notification settings - Fork 0
/
kin.css
55 lines (51 loc) · 1.13 KB
/
kin.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
/*
creaturing
https://p9e.page/beka
https://octopus.boo
*/
.fan { line-height: 1.61 }
.bit { font-family:sans-serif }
.hip { font-size: max(4vmax, 22pt) }
.lip { display: contents }
.lit { text-transform: lowercase }
.ruh { text-decoration: wavy line-through }
.nip :focus { outline: medium groove }
.nap { font-weight: lighter }
.wub { font-weight: bolder }
.wuv { text-decoration-style: wavy }
.wah :focus { outline: thick dotted }
.wuh { font-style:oblique }
.rub { word-spacing: 1px }
.free { margin: auto }
.beak { font-size: max(2ex, 8vmax) }
.pump { padding-block: 1ex }
.play { padding-block: 6ex 3ex }
.prey { padding-block: 3ex 6ex }
.pray { padding-block: 1ex 8ex }
.pool { padding-block: 8ex 1ex }
.loop { padding-block: 6ex 3ex }
.poke { padding-block: 0 9ex }
.punk { padding-block: 4.5ex }
.punq { padding-inline: 2em }
.camo {
contain: layout;
display: flex;
flex-flow: wrap;
margin: auto;
padding: 0;
}
.eye {
flex-basis: 50%;
text-align: center;
box-sizing: border-box;
padding: 1ex;
}
.triad {
flex-basis: 33.333333%;
text-align: center;
box-sizing: border-box;
padding-inline: 1ex;
}
.macaw {
margin: auto;
}