generated from webmural/body
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orgasm.css
84 lines (73 loc) · 1.42 KB
/
orgasm.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
.flora * { color: inherit }
::selection { background: salmon; color: indigo }
[class].sol { background: black; color: deeppink }
[class].hot { background: hotpink; color: black }
[class].luna { background: mediumvioletred; color: black }
[class].jugo { background: darkviolet; color: peachpuff }
[class].metal { background: blueviolet; color: black }
.mundo {
font-family: sans-serif;
font-size: calc(1em + 1vmax + 2vmin);
line-height: 1.5;
}
.cuerpo {
box-sizing: border-box;
margin: 0;
padding: 0;
overflow-wrap: break-word;
}
.capo {
font-size: 2rem;
font-weight: 600;
}
.muy {
font-style: inherit;
text-transform: uppercase;
font-weight: bolder;
}
.spine {
margin: auto;
display: flex;
flex-direction: column;
}
.amor {
margin: 0;
max-width: 100%;
flex-basis: 100%;
}
.quote {
box-sizing: border-box;
align-content: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
min-height: 100vmin;
min-width: 100vmax;
flex-basis: 50%;
}
.voz {
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}
@media (orientation: portrait) {
.direction {
transform: rotate(90deg);
}
.quote {
min-height: 100vmax;
min-width: 100vmin;
}
}
@media (orientation: portrait) and (max-width: 30em) {
.squeeze {
line-height: 1;
}
}