-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
113 lines (80 loc) · 1.56 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
margin: 0;
padding: 0;
}
.main-container {
background: #1F2937;;
padding: 64px 61px 64px 62px;
width: 450px;
height: 450px;
margin:64px 61px 64px 62px;
}
h1 {
color: white;
margin-bottom: 10px;
font-family: Karla;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 40px;
letter-spacing: -1px;
padding-right: 144px;
}
span {
color: #4ADF86;
}
p {
color: #D5D4D8;
width: 372px;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
#btn-generator {
color: #FFF;
background: #10B981;
border: none;
border-radius: 6px;
padding: 9px 17px 9px 15px;
margin-top: 51px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.box {
width: 211px;
height: 39px;
border-radius: 6px;
background: #273549;
margin-top: 35px;
margin-left: px;
margin-right: 30px;
border: none;
color: white;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
#line {
width: 446px;
height: 1px;
background: #2F3E53;
margin-top: 35px;
}
.result {
display: flex;
}
#btn-generator:hover {
transform: scale(1.1);
}
input {
color: black;
background: white;
border: none;
border-radius: 6px;
padding: 9px 17px 9px 15px;
margin-top: 51px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
width: 150px;
}