generated from webmural/uvi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
space.css
65 lines (53 loc) · 814 Bytes
/
space.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
html {
font-family: sans-serif;
font-size: max(3ch, 3vmax);
}
body {
align-items: center;
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
min-height: 100vh;
}
body > * {
box-sizing: border-box;
display: flex;
flex-flow: column;
justify-content: center;
margin: 0;
min-height: 100vh;
}
[href^="#"] {
text-decoration-style: dotted;
}
[href$="page"] {
text-decoration-style: dashed;
}
:any-link:hover {
text-decoration-style: solid;
}
:focus {
outline: thick dotted;
}
i {
font-style: unset;
font-weight: 500;
}
em {
font-style: unset;
font-weight: bold;
}
b {
font-family: monospace;
}
@media (orientation: portrait) {
h1 {
align-items: center;
margin: auto;
transform: rotate(72deg);
}
}
[hidden] {
display: none;
}