-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
81 lines (81 loc) · 1.45 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
77
78
79
80
81
body {
margin: 0;
background: #1C1C1C;
display: flex;
justify-content: center;
}
#container{
background: #1F2937;
width: 550px;
height: 500px;
padding: 50px;
margin: 64px 61px 64px 15px;
}
#container2{
background: #1F2937;
width: 550px;
height: 500px;
padding: 50px;
margin: 64px 15px 64px 62px;
}
h1{
text-align: start;
color: white;
font-family: 'Karla';
font-style: normal;
font-weight: 800;
font-size: 40px;
}
span{
color: #4ADF86;
}
p{
color: white;
text-align: start;
margin-top: 10px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
}
button{
background: #10B981;
border: none;
padding: 9px 17px 9px 15px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 6px;
margin-top: 51px;
width: 191px;
height: 42px;
color: white;
}
#line{
display: flex;
width: 446px;
height: 0px;
border: 1px solid #2F3E53;
margin-top: 35px;
background: #2F3E53;
}
#line2{
display: flex;
width: 446px;
height: 0px;
border: 1px solid #2F3E53;
margin-top: 35px;
background: #2F3E53;
}
.generated-pswd{
margin: 35px 24px 115px 5px;
width: 211px;
height: 39px;
background: #273549;
border-radius: 6px;
color: #55F991;
text-align: center;
font-family: 'Inter';
font-weight: 500;
font-style: normal;
line-height: 38px;
font-size: 17px;
}