-
Notifications
You must be signed in to change notification settings - Fork 0
/
main1.css
103 lines (103 loc) · 2.08 KB
/
main1.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
*{
margin: 0px;
/* box-sizing: border-box; */
padding: 0px;
/* align-items: center;
text-align: center; */
text-decoration: none;
color: rgb(255, 255, 255);
}
mainForm::before{
/* background: url('https://source.unsplash.com/collection/190727/1600x900') no-repeat center center/cover; */
content: "";
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
/* opacity: 0.5; */
}
header{
background-color: black;
}
/* ------------------------------------------------ */
h1{
font-size: 3rem;
font-family: 'Oswald', sans-serif;
}
p{
font-size: 1.5rem;
font-family: 'Oswald', sans-serif;
}
form{
background: url('/sat1.jpg') no-repeat center center/cover;
border: 1px solid rgb(0, 0, 0);
}
.form_label {
display: flex;
padding: 15px 0px 2px 10px;
font-size: 20px;
font-family: 'Oswald', sans-serif;
}
.form_input {
padding: 17px 35px;
display: flex;
margin: 2px 9px;
background-color: #b74d4d5c;
color: white;
}
::placeholder{
color: white;
text-align: left;
}
.ratio{
padding: 15px 0px 2px 10px;
/* display: flex; */
/* flex-direction: row; */
/* float: left; */
/* text-align: center; */
}
input {
width: 40%;
display: flex;
padding: 17px 0px;
background-color: #b74d4d5c;
margin: 10px 9px;
font-size: 14px;
border: 2px solid black;
font-family: 'Oswald', sans-serif;
}
.radio_label{
display: inline;
}
.form_gender {
padding: 16px 100px;
margin: 5px 9px 0px;
background-color: #b74d4d5c;
font-family: 'Oswald', sans-serif;
}
.form_inside {
margin: 0px 450px;
background-color: #5454546e;
}
#para{
font-size: 2.8rem;
text-align: center;
font-family: 'Oswald', sans-serif;
}
#upload {
padding: 16px 37px;
background-color: #b74d4d5c;
}
.sub_res {
margin: 0px 0px 4px -2px;
font-size: 15px;
padding: 12px 66px;
}
.btn:hover{
color: white;
background-color: black;
border-radius: 5px;
}
/* ----------------------------------------------------------- */