-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
76 lines (70 loc) · 1.1 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*{
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
body{
background-color:;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.844);
height: 100vh;
width: 100wh;
}
.box{
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #1F1F1F;
border: none;
border-radius: 20px;
width: 370px;
}
h2{
color: white;
padding-bottom: 14px;
text-align: center;
}
p{
text-align: center;
color: #C4F82A;
font-size: 14px;
font-weight: 600;
}
button{
height: 40px;
border: none;
border-radius: 10px;
background-color: #333333;
color:#fff;
font-weight: 700;
width: 100%;
margin: 10px;
}
span{
padding-top: 25px;
padding-bottom: 18px;
color:#A8A8A8;
font-size: 15px;
font-weight: 600;
text-align: center;
}
button:hover{
background-color:#C4F82A ;
color: black;
font-weight: 700;
}
img{
border: none;
border-radius: 50%;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}