forked from Priyanshu236/DBMS_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.css
More file actions
48 lines (47 loc) · 637 Bytes
/
post.css
File metadata and controls
48 lines (47 loc) · 637 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
.All-posts{
display: flex;
flex-direction: column;
color: rgb(215, 218, 218);
}
h1{
display: inline;
}
div{
margin: 5px;
}
.date{
margin-left: 10px;
font-size: 80%;
}
.post {
margin: 20px;
display: flex;
/* width: px; */
/* margin: 0px; */
justify-content: center;
}
span{
margin: 0;
padding: 0;
}
.img-box{
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 10%;
}
.img-box:hover{
cursor: pointer;
}
.desc{
margin-top: 14px;
margin-left: 8px;
width: 35%;
}
.Text{
text-align: start;
}
.Text{
width: 67%;
height: 100px;
}