-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
109 lines (105 loc) · 1.56 KB
/
styles.css
File metadata and controls
109 lines (105 loc) · 1.56 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body{
background: gray;
margin: 0;
}
/* * {
outline: 1px dashed red;
min-height: 10px;
} */
header{
background: white;
padding: 10px;
text-align: center;
}
header h1{
margin: 0;
}
.container{
width: 600px;
margin: auto;
}
.post{
background: white;
margin-top: 30px;
/* width: 450px;
height: 600px;
margin: auto;
position: relative; */
border-radius: 1%;
}
.post-head{
height: 10%;
display: inline-block;
width: 100%;
}
.head-icon-1{
/* padding: 10px; */
display: inline-block;
width: 80%;
/* height: auto; */
margin: 0;
/* background-color: green; */
}
.h-i-p1{
padding: 10px;
/* display: inline-block;
width: 80%;
text-align: center;
font-size: 12px; */
margin: 0%;
}
.date{
padding: 10px;
display: inline-block;
width: 15%;
text-align: right;
/* font-size: 14px; */
/* margin: 0%; */
color: gray;
}
.post-pic{
height: 50%;
}
.post-pic img{
width: 100%;
height: 100%;
}
.post-body{
margin: 0;
height: 39%;
}
.post-body-head{
padding: 5px;
height: 20%;
/* display: flex; */
}
.post-body-head svg {
padding: 10px 3.5px;
}
.body-icon-1{
width: 30px;
height: auto;
}
.body-icon-2{
width: 30px;
height: auto;
}
.body-icon-3{
width: 30px;
height: auto;
}
.body-icon-4{
width: 25px;
height: auto;
float: right;
}
.post-body-p1{
height: 25%;
margin: 0%;
padding: 8px;
}
.post-body-p2{
margin: 0;
height: 55%;
padding: 0px 5px 20px 10px;
}