-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
71 lines (57 loc) · 997 Bytes
/
main.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
body{
background: #FF8787;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container {
display: flex;
}
.sec-1 {
color: white;
margin-top: 10%;
margin-left: 2%;
}
.title {
font-size: 50px;
}
.sub-title {
color: white;
background:#6b6bc2 ;
border-radius: 8px;
}
.subtitle-text {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 40px;
padding-left: 40px;
}
.sec-2 {
margin-top: 8%;
margin-left: 12%;
}
.input-container {
background: white;
padding-right: 50px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
border-radius: 8px;
}
.input {
display: block;
padding: 10px;
width: 100%;
border-radius: 12px;
margin-bottom: 10px;
border-width: 1px;
}
.btn-1 {
/* background-color: #4ef184; */
border-radius: 12px ;
border-width: 1px;
padding: 10px;
width: 100%;
border-radius: 31px;
background: #e0e0e0;
box-shadow: 9px 9px 54px #848484,
-9px -9px 54px #ffffff;
}