-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
96 lines (76 loc) · 1.39 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
margin: 0;
background-color: #273549;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
.container{
position: absolute;
width: 550px;
height: 100%;
background: #1F2937;
}
.atas{
margin: 115px 52px 0 52px;
}
.atas h1{
font-weight: 700;
font-size: 40px;
color: white;
margin: 0;
}
.atas p{
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
color: #D5D4D8;
margin: 10px 0 51px 0;
}
.atas button{
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 16px;
background-color: #10B981;
color: white;
border: none;
border-radius: 6px;
padding: 9px 17px;
cursor: pointer;
}
.atas button:hover{
background-color: #059669;
}
hr.solid {
border-top: 0.2px solid #2F3E53;
width: 446px;
margin: 35px 0 35px 0px;
}
.bawah{
display: flex;
flex-direction: row;
justify-content: center;
gap: 24px;
margin: 0px 52px 0 52px;
}
.output{
width: 211px;
height: 39px;
background: #273549;
border-radius: 6px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
text-align: center;
color: #55F991;
}
.output p{
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #55F991;
margin-top: 11px;
}