-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
72 lines (67 loc) · 1.27 KB
/
index.css
File metadata and controls
72 lines (67 loc) · 1.27 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
61
62
63
64
65
66
67
68
69
70
71
72
*{
margin: 0px;
padding: 0px;
}
body{
background:radial-gradient(black,rgb(24, 24, 24),rgb(30, 30, 30));
color: white;
}
.body{
height: 80vh;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}
#title{
margin: 23px;
font-size: 90px;
font-family: 'Zen Loop', cursive;
}
#username{
margin: 15px;
text-align: center;
width: 300px;
height: 23px;
font-size: 18px;
border-radius: 12px;
}
#button{
margin: 5px;
width: 150px;
height: 25px ;
border-radius: 12px;
background-color: rgb(59, 130, 130);
color: black;
font-size: 15px;
}
#img{
width: 25px;
height: 23px;
/* align-items: center;
display: flex;
justify-content: center; */
margin-left: 500px;
margin-top: 70px;
}
#display{
display: none;
}
.css{
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 23px;
margin: 23px;
align-items: center;
justify-content: center;
background-color: rgb(59, 130, 130);
color: black;
border-radius: 23px;
}
#display h3{
margin-left: 13px;
margin-right: 13px;
}