-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregform.css
122 lines (114 loc) · 2.38 KB
/
regform.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
*
{
margin : 0px;
}
.page
{
height : 100vh;
width : 100%;
background-image: url('kelly-sikkema-D6AlacFwS_Q-unsplash.jpg');
background-size: 100% 100%;
display: flex;
justify-content: center;
align-items: center;
}
.bgimage
{
height: 100%;
width: 75%;
background-image: url('https://images.unsplash.com/photo-1598620617137-2ab990aadd37?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80');
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
}
.content
{
position: relative;
left: 40px;
height: 100%;
width: 68%;
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
}
.header
{
width: 100%;
height: 25%;
display: flex;
justify-content: center;
align-items: center;
font-size: 50px;
font-weight: bold;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box1
{
height: 100%;
width: 100%;
display: flex;
}
.form
{
padding: 30px;
width: 50%;
height: 500px;
font-size: 22px;
color:rgb(40, 41, 41);
font-family: 'Anek Malayalam', sans-serif;
font-weight: bolder;
}
.inp
{
font-size: 17px;
color:rgb(2, 61, 128);
font-family: 'Anek Malayalam', sans-serif;
font-weight: bolder;
background-color: rgba(255, 255, 255, 0.753);
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
PADDING: 5PX;
}
.table
{
font-size: 20px;
color:rgb(0, 0, 0);
font-family: 'Anek Malayalam', sans-serif;
font-weight: bolder;
border-spacing: 10px;
}
#submit
{
height: 35px;
width: 100px;
color: rgb(23, 138, 29);
font-size: 16px;
font-weight: bold;
border: 0px solid green;
border-radius: 5px;
}
.box2
{
height: 80%;
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 20px;
color:rgb(0, 0, 0);
font-family: 'Anek Malayalam', sans-serif;
font-weight: bolder;
border-spacing: 10px;
padding-top: 30px;
}
.box3
{
display: flex;
padding-left: 100px;
height: 60%;
width: 100%;
}