-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (57 loc) · 1.03 KB
/
styles.css
File metadata and controls
60 lines (57 loc) · 1.03 KB
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
body {
background-color: #2a3440;
color: white;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
overflow: hidden;
}
#REFRESH {
font-family: 'Lobster', cursive;
font-size: 4rem;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
.main{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.sub1 {
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
}
.sub2 {
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
}
.playertag {
font-family: 'Vast Shadow', serif;
}
.result {
font-family: 'Pixelify Sans', cursive;
}
.image {
border-radius: 10%;
height: 15rem;
}
#add-content {
position: absolute;
bottom: 0;
left: 0;
padding-left: 35px;
padding-bottom: 15px;
}
#brand {
font-family: 'Zen Loop', cursive;
color: #8a8880;
text-align: center ;
padding-right: 35px;
padding-bottom: 15px;
}