-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck.css
More file actions
53 lines (45 loc) · 739 Bytes
/
check.css
File metadata and controls
53 lines (45 loc) · 739 Bytes
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
.pulp { font-size: 1.618em }
.bulb { font-size: 1.618rem }
* { box-sizing: border-box }
i { all: unset }
a {
display: inline-block;
padding: 1ch;
text-decoration: dotted overline;
}
html {
font-family: sans-serif;
font-size: max(2em, 3vmax + 3vmin);
line-height: 1.618;
}
body {
border: 1ex solid var(--iffy);
margin: 0;
overflow-wrap: anywhere;
}
h1 {
align-items: center;
contain: layout;
display: flex;
flex-flow: column;
margin: auto;
padding-block: 3ex;
}
dl {
display: table;
padding-inline: 1ch;
margin: 2em auto;
}
dfn {
display: table;
font-style: unset;
font-weight: bolder;
}
p {
margin: 2em auto;
max-width: 88vw;
}
.pc {
max-width: 66vw;
line-height: 1.11111111111;
}