-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.css
96 lines (90 loc) · 1.4 KB
/
registration.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
*{
margin: 0;
padding: 0;
}
/* #top{
position: relative;
display: flex;
height: 100vh;
width: 199vh;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Bree Serif', serif;
}
#top::before{
content:"";
background: url(img5.jpg) no-repeat center center/cover;
z-index: -1;
position: absolute;
height: 100vh;
width:200vh;
opacity: 0.6;
}
p{
font-size: 3.5rem;
position: absolute;
text-align: center;
font-family: 'Bree Serif', serif;
}
.design{
margin: 8px;
padding: 8px;
} */
#body1{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
height: 100vh;
width: 100vw;
}
#body1::before{
content:"";
background: url(img5.jpg) no-repeat center center/cover;
z-index: -1;
position: absolute;
height: 100vh;
width:100vw;
opacity: 0.4;
}
body p{
font-size: 2.5rem;
font-family: 'Bree Serif', serif;
}
body input,textarea{
margin-top: 10px;
}
#name{
width: 389px;
height: 28px;
}
#email{
width:369px;
height: 28px;
}
#f1{
margin-left: 34px;
}
#female{
width: 60px;
}
#male{
width: 60px;
}
#others{
width: 60px;
}
#dob{
width: 339px;
height: 28px;
}
#profession{
width: 358px;
height: 28px;
}
#submit{
width: 437px;
height: 28px;
}