-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswipe.css
More file actions
57 lines (48 loc) · 752 Bytes
/
swipe.css
File metadata and controls
57 lines (48 loc) · 752 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
html {
font-family: sans-serif;
font-size: max(3ch, 6vw);
line-height: 2;
transition: 300ms;
transition-property: background-color;
}
body {
padding: 0;
display: flex;
flex-flow: column;
margin: 1em;
align-items: center;
}
.aurora {
box-sizing: border-box;
margin: 0;
padding: min(1em, 10vw);
}
.tornado {
font: inherit;
margin: 0;
}
.hurricane {
text-align: end;
}
.flux {
line-height: 1;
margin-block: 5ex;
}
:any-link {
padding: 3vw;
display: inline-flex;
border-radius: 100%;
transition: 300ms;
transition-property: box-shadow;
text-decoration-style: dotted;
}
:focus {
outline-style: dotted;
outline-width: thick;
}
:hover {
text-decoration-style: solid;
}
.macaw {
margin: auto;
}