generated from webmural/aya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayz.css
64 lines (53 loc) · 811 Bytes
/
ayz.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
* {
box-sizing: border-box;
}
a {
display: inline-flex;
}
:any-link {
cursor: cell;
text-decoration-style: dotted;
text-decoration-thickness: .1em;
}
:focus {
outline: .1em dotted;
}
:hover {
text-decoration-style: solid;
}
html {
font-size: max(3ch, 2vmax + 3vmin);
line-height: 2;
}
body {
margin: auto;
overflow-wrap: anywhere;
}
article {
align-items: center;
display: flex;
flex-flow: column;
justify-content: center;
padding: 1ch;
}
menu {
contain: layout;
font-family: monospace;
margin: auto auto 2em;
list-style: thai;
}
li {
margin: 0 0 1ch;
}
h1 {
font-family: fantasy;
font-size: 2em;
margin: auto;
min-height: 100vh;
text-indent: 1rem;
transform: rotate(10deg);
writing-mode: sideways-rl;
}
b {
text-shadow: 0 -1vh 0, 0 1vh 0;
}