-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (38 loc) · 681 Bytes
/
Copy pathstyle.css
File metadata and controls
40 lines (38 loc) · 681 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
.container {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.first-sectio {
display: flex;
flex-direction: column;
align-items: center;
background-color: #cdcdcd;
width: 100%;
}
.second-section {
background-color: #aa7f7f;
width: 100%;
}
.third-section {
display: flex;
flex-direction: column;
align-items: center;
background-color: #6e5d5d;
width: 100%;
}
.fourth-section {
display: flex;
flex-direction: column;
align-items: center;
background-color: #cdcdcd;
width: 100%;
}
img {
width: 200px;
height: 200px;
}
table, th, td{
border: 2px solid green;
}