-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (55 loc) · 1.03 KB
/
Copy pathstyle.css
File metadata and controls
58 lines (55 loc) · 1.03 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
.body{
margin: 0;
}
.nav-bar nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
padding-left: 40px;
padding-right: 40px;
}
.main{
display: flex;
}
.post-box{
height: 100%;
background-color: whitesmoke;
width: 75%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 184px;
}
.post-upper{
display: flex;
flex-direction: column;
width: Fill (768px);
height: Fill (654px);
padding: 184px, 32px, 0px, 32px;
gap: 16px;
}
.post-lower{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
#post-btn{
border-radius: 15px;
padding: 5px;
width: 60px;
color: white;
background-color: rgb(66, 66, 248);
}
.feed{
padding-left: 20px;
width: 25%;
}
.post-main{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}