-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
69 lines (58 loc) · 1.08 KB
/
Copy pathmain.css
File metadata and controls
69 lines (58 loc) · 1.08 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
html, body {
margin: auto;
padding: 0;
max-width: 550px;
text-align: center;
background-color: #1C1C1C;
font-family: sans-serif;
font: intel;
margin-top: 50px;
color: #fff;
}
.main {
background: linear-gradient(246.26deg, #585DFE 0%, #FB3796 100%);
border-style: none;
border-radius: 5px;
padding-top: 25px;
}
.container1 {
color: #fff;
font-weight: 800;
padding-bottom: 20px;
}
.container2 {
background-color: #1F2937;
padding-top: 10px;
padding-bottom: 10px;
}
#input-el {
text-align: center;
border-radius: 5px;
border: none;
font-size: 97.25px;
font-weight: 800;
background-color: transparent;
color: #fff;
width: 90%;
outline: none;
}
#input-el::placeholder {
color: #fff;
transition: color 0.3 ease;
}
#input-el:focus::placeholder {
color: transparent;
}
h5 {
font-size: 14px;
font-weight: 600;
line-height: 5px;
}
p {
font-weight: 346;
font-size: 14px;
font-style: normal;
height: 30px;
border-radius: nullpx;
color: #D2D2D2;
}