-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeeling.css
More file actions
56 lines (47 loc) · 848 Bytes
/
feeling.css
File metadata and controls
56 lines (47 loc) · 848 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
.flora * { color: inherit }
.sol.sol { background: #ec0; color: indigo }
.luna.luna { background: indigo; color: #ec0 }
.jugo.jugo { background: #bae; color: #090909 }
:focus { outline: thick dotted }
:hover { text-decoration-style: wavy }
.mundo {
font-family: sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.61;
}
.cuerpo {
margin: 0;
overflow-wrap: anywhere;
}
.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;
padding: 1rem;
border-left: .25rem dashed;
display: block;
min-height: 100vh;
}
.loco {
transform: rotate(180deg);
}
.voz {
font-size: 0;
}