-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprada.css
55 lines (54 loc) · 1014 Bytes
/
prada.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
body {
background: #474bff;
background: -webkit-radial-gradient(
circle,
#474bff 0%,
#b71f1f 50%,
#bc48ff 100%
);
background: radial-gradient(circle, #474bff 0%, #b71f1f 50%, #bc48ff 100%);
background-repeat: no-repeat cover;
color: antiquewhite;
text-align: center;
}
h1 {
margin-top: 60px;
font-size: 66px;
letter-spacing: 33px;
}
#email-form {
padding: 10px 30px;
font-size: 14px;
text-align: center;
}
#submit-btn {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: antiquewhite;
font-size: 14px;
background-color: black;
padding: 13px 20px 20px 20px;
border-radius: 0px 0px 50px 50px;
border: 1px solid blueviolet;
margin: 0 auto;
}
#submit-btn span {
margin-top: 5px;
}
#submit-btn:hover {
cursor: pointer;
background-color: #b71f1f;
}
.center-alert {
text-align: center;
}
/*#conductor {
width: 300px;
}*/
#idiot-glee {
border: 1px solid blueviolet;
margin-top: 10px;
width: 330px;
}