generated from p9e/uranus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.css
82 lines (69 loc) · 1.07 KB
/
page.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
70
71
72
73
74
75
76
77
78
79
80
81
82
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
font-size: max(24pt, 3vw + 1vh);
line-height: 1.618;
}
body {
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
}
article {
align-items: center;
display: flex;
flex-flow: column;
margin-top: 0;
overflow-wrap: anywhere;
padding: 3ch;
}
h1 {
font-size: 1.618em;
margin: 0 0 2.618rem;
font-weight: unset;
}
figure {
order: -1;
display: flex;
margin: 1rem 0;
}
samp {
content: "";
border-style: solid;
border-width: 0 1rem 2.618rem 1rem;
border-color: transparent;
border-bottom-color: fuchsia;
border-radius: 100%;
display: block;
}
em {
display: inline-block;
font: unset;
transform: rotate(180deg);
}
p {
margin: 1em auto;
max-width: 23em;
}
i {
font: unset;
}
input {
font: unset;
min-height: 1em;
min-width: 1.618em;
}
kbd {
font-size: 3.618rem;
text-shadow: 0 1ex 1pc #1ed, 0 2ex 1pc #de1, 0 3ex 1pc #ec0;
vertical-align: text-top;
}
:any-link {
text-decoration-style: wavy;
}
:focus {
outline: thick groove;
}