-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspace.css
More file actions
52 lines (44 loc) · 776 Bytes
/
space.css
File metadata and controls
52 lines (44 loc) · 776 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
html {
font-family: fantasy;
font-size: max(3ch, 3vmax + 3vmin);
}
body {
align-items: center;
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
min-height: 100vh;
border: thick groove orchid;
}
h1 {
font-size: 2.618em;
text-shadow:
3vw 3vh 1pt hotpink,
3vw 5vh 1pt #ec0,
3vw 3vh 1pt hotpink,
-3vw 3vh 1pt hotpink;
}
pre {
font-size: 1.618em;
text-shadow:
-3vw -21vh 1pt #ec0,
3vw 3vh 1pt hotpink,
3vw -5vh 1pt #ec0,
3vw -3vh 1pt hotpink,
-3vw 3vh 1pt hotpink;
}
body > * {
box-sizing: border-box;
display: flex;
flex-flow: column;
justify-content: center;
margin: 0;
min-height: 100vh;
}
:any-link {
text-decoration-style: double;
}
:focus {
outline: thick dotted;
}