generated from webmural/haloseep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathultra.css
69 lines (58 loc) · 1017 Bytes
/
ultra.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
* {
box-sizing: border-box;
}
a {
box-sizing: border-box;
border-radius: 100%;
display: inline-flex;
margin: auto;
padding: 1ch;
}
a:nth-child(odd) { text-decoration: 1ch wavy underline }
a:nth-child(even) { text-decoration: 1ch dotted overline }
nav > a {
flex-basis: 39%;
display: list-item;
list-style: circle inside;
margin-bottom: 1ch;
min-height: 38vmin;
}
nav > :focus {
list-style: disc inside;
}
::marker {
display: inline-flex;
font-size: 1.618em;
}
html {
font-family: sans-serif;
font-size: max(3ch, 2vmax + 3vmin);
line-height: 1.618;
}
body {
margin: auto;
overflow-wrap: anywhere;
padding: 1rem;
}
h1 {
font-size: 2.618em;
flex-basis: 62%;
margin: auto;
margin-inline: auto 0;
margin-block: 38vh;
}
abbr {
display: inline-flex;
transform: rotate(3deg);
}
nav {
align-items: space-between;
display: flex;
justify-content: center;
flex-flow: column wrap;
}
@media (orientation: landscape) {
nav {
flex-direction: row;
}
}