-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
55 lines (48 loc) · 772 Bytes
/
test.css
File metadata and controls
55 lines (48 loc) · 772 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
49
50
51
52
53
54
55
.top {
margin:25px;
padding: 30px;
display: flex;
height: 160px;
justify-content: center;
flex-wrap: wrap
}
.parts {
min-width: 13%;
text-align: center;
}
.middle {
margin:25px;
display: flex;
height: 550px;
justify-content: space-around;
flex-direction: row;
}
.box {
max-width: 25%;
height: 550px;
width: 100;
display: flex;
flex-direction: column;
}
.content {
max-width: 80%;
}
.bottom div {
width: 40%;
position: relative;
left: 50px;
top: 350px;
}
.bottom img {
margin:25px;
position: relative;
left: 0px;
top: 0px;
z-index: -1;
}
.bottom input[type="button"] {
color: white;
background-color: #0067b8;
width: 90px;
height: 35px;
}