-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_f.css
63 lines (63 loc) · 1.13 KB
/
styles_f.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
header {
text-align: center;
font-size: larger;
font-family: fantasy, sans-serif;
background-color: crimson;
padding: 7px;
margin: 20px;
border-radius: 20px;
}
main {
text-align: center;
margin: 30px;
margin-left: 400px;
margin-right: 400px;
border-radius: 10px;
padding: 5px;
border: 1px solid rgb(163, 149, 149);
}
input.name {
height: 20px;
width: 150px;
border-radius: 5px;
margin: 3px;
margin-bottom: 8px;
}
input.uName, .email {
height: 20px;
width: 317px;
border-radius: 5px;
margin: 3px;
margin-bottom: 8px;
}
.phone {
height: 26px;
width: 325px;
border-radius: 5px;
margin: 3px;
}
.day, .month, .year {
height: 25px;
width: 101px;
margin: 3px;
border-radius: 5px;
margin-bottom: 8px;
margin-top: 8px;
}
.gender {
margin: 7px;
margin-bottom: 8px;
}
.button {
height: 30px;
width: 100px;
border: 1px solid blue;
border-radius: 5px;
background-color: blue;
color: white;
cursor: pointer;
}
form {
padding-top: 10px;
padding-bottom: 40px;
}