-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserregistration.css
More file actions
48 lines (46 loc) · 868 Bytes
/
userregistration.css
File metadata and controls
48 lines (46 loc) · 868 Bytes
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
body {
font-family: 'Arvo', serif;
}
.bg {
background-color: #F7FAFC;
}
#brandname{
text-align: center;
margin-top: 20px;
}
header h5{
text-align: center;
}
#uregis {
background-color: #FFFFFF;
margin:7% auto;
width:70%;
height:550px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: 2px solid wheat;
border-radius: 10%;
margin-top: 25px;
}
form {
margin-top:3em;
}
#centre {
display: flex;
justify-content: center;
}
#log {
margin-bottom: 3em;
}
#footer {
position:relative;
left: 0;
bottom: 0;
width: 100%;
background-color:#F8F9FA;
color: #63707C;
text-align: center;
}