-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.scss
65 lines (51 loc) · 793 Bytes
/
index.scss
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
html,
body {
height: 100%;
margin: 0;
}
body {
align-items: center;
display: flex;
justify-content: center;
// background: linear-gradient(to bottom right, #444444, #009a5b);
font-size: 1.5rem;
background: linear-gradient(to bottom left, #FF1dff, #1a0335);
}
main {
color: #fff6d5;
font-family: sans-serif;
text-align: center;
}
a {
color: #fff6d5;
}
.logo {
height: 2rem;
margin: 1rem;
}
.heart:after {
content: "❤️";
font-size: 1.75em;
}
h1 + .subtitle {
display: block;
margin-top: -1em;
}
.trait-controls {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 0.5rem;
}
.container {
display: flex;
}
.controls {
margin: auto;
}
.display {
margin: auto;
text-align: left;
}
.footer {
margin-top: 1rem;
}