-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
86 lines (69 loc) · 1.01 KB
/
layout.css
File metadata and controls
86 lines (69 loc) · 1.01 KB
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
* {
box-sizing: border-box;
}
.fa {
margin-left: 425px;
margin-top: 100px;
width: 450px;
height: 500px;
text-align: center;
}
fieldset {
height: 500px;
}
legend {
border: 1px solid black;
margin-left: -70px;
}
.group1 {
display: flex;
align-items: center;
flex-direction: column;
padding: 5px;
}
.group2{
display: inline-block;
}
#role {
display: block;
width: 100px;
}
#date {
display: block;
width: 100px;
}
.group3 {
display: flex;
justify-content: center;
padding-bottom: 20px;
}
.group4 {
display: flex;
flex-direction: column;
text-align: left;
width: 250px;
margin-left: 85px;
}
.group4 label {
margin-left: 20px;
padding-bottom: 10px;
}
.group5 {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 10px;
}
.group5 label {
overflow: visible;
width: 70px;
}
#firstName {
width: 250px;
}
#lastName {
width: 250px;
}
#email {
width: 250px;
}