generated from webmural/css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflock.css
More file actions
58 lines (47 loc) · 715 Bytes
/
flock.css
File metadata and controls
58 lines (47 loc) · 715 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
54
55
56
57
58
* {
box-sizing: border-box;
}
html {
font-family: monospace;
font-size: calc(1ch + 2vmin + 3vmax);
line-height: 1.618;
}
body {
margin: 0;
overflow-wrap: anywhere;
}
h1 {
float: right;
margin: 1rem;
}
nav {
display: flex;
flex-flow: column;
margin: 1rem 1ch;
}
nav a {
margin-right: auto;
}
p {
float: right;
margin: 1em;
}
article {
display: flow-root;
margin: auto;
}
@media (orientation: portrait) {
.just { transform: rotate(180deg) }
.vera { writing-mode: vertical-rl }
}
:nth-child(even) {
text-decoration-style: double;
}
:focus {
outline-style: dotted;
outline-width: thick;
text-decoration-style: dotted;
}
:hover {
text-decoration-style: double;
}