generated from webmural/8ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloud.css
91 lines (77 loc) · 1.24 KB
/
cloud.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
83
84
85
86
87
88
89
90
91
* {
box-sizing: border-box;
}
:any-link {
border-radius: 100%;
display: inline-flex;
margin: 1em;
text-decoration-style: dotted;
}
:hover {
text-decoration-style: wavy;
}
html {
font-family: sans-serif;
font-size: max(3ch, 2vmax + 2vmin);
line-height: 2;
}
body {
margin: 3em auto 2em;
overflow-wrap: anywhere;
}
article {
display: flex;
flex-flow: column;
}
.puppeyess {
align-items: stretch;
contain: layout;
justify-items: space-around;
font-size: 1em;
display: flex;
margin: 0 1em;
}
.flowerboi {
align-items: center;
contain: layout;
display: flex;
flex-flow: column;
padding: 3ch;
}
.flowerboi a {
padding: 1em;
}
.flowerboi li {
display: contents;
}
.compound {
font-size: 2rem;
margin-top: 5rem;
/* writing-mode: vertical-lr; */
padding: 1em;
position: relative;
top: 1em;
}
.compound:first-child {
margin-right: auto;
border-radius: 30% 80%;
transform: rotate(-3deg);
}
.compound:last-child {
margin-left: auto;
border-radius: 80% 30%;
transform: rotate(3deg);
}
.ocelli {
font-size: 3rem;
transform: rotate(180deg);
margin-bottom: 1rem;
position: relative;
padding: 1ch;
top: -1em;
}
.belay {
contain: layout;
margin: auto;
transform: rotate(9deg);
}