-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
51 lines (46 loc) · 844 Bytes
/
main.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
html, body {
margin: 0;
padding: 0;
}
.data {
align-items: center;
background-color: #BED194;
display: flex;
flex-direction: column;
font-family: 'Chewy', cursive;
font-size: 28px;
height: 200px;
justify-content: center;
}
.data p {
margin: 20px 0;
}
.quote {
align-items: center;
background-color: #6D874D;
color: #A2F900;
display: flex;
flex-direction: column;
font-family: 'Press Start 2P', cursive;
height: 300px;
justify-content: center;
}
.quote p:first-child {
margin-top: 0;
}
.title {
background: linear-gradient(#88F218, #BFFC19);
font-family: 'Barrio', cursive;
margin: 0px;
text-align: center;
}
#scrambled-word {
align-items: center;
background-color: #192F1C;
color: #1BD632;
display: flex;
font-size: 28px;
height: 200px;
justify-content: center;
margin: 0;
}