-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
93 lines (72 loc) · 1.15 KB
/
index.css
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
html, body {
margin: 0;
padding: 0;
}
body{
/* text-align: center; */
background-color: #f5f5f5;
}
.container{
width: 375px;
background-color:#ededed;
}
header{
display:flex;
justify-content: space-between;
margin: 0 auto;
/* padding: 10px; */
border-bottom: 2px solid #c6c6c6;
width: 375px;
background-color:#ffffff;
}
section{
width: 375px;
margin: 0 auto;
background-color:#ffffff;
border-bottom: 12px solid #c6c6c6;
}
.section-head{
display: flex;
padding: 5px 0px;
}
.section-head p{
margin: 0 ;
line-height: 1.2;
}
.logo{
width: 120px;
height: 40px;
padding: 10px;
}
.user-pic{
width: 40px;
height:40px;
border-radius: 50%;
padding: 10px;
}
.user-dp{
width : 35px ;
height: 35px;
border-radius: 50%;
padding:0 5px 4px 10px;
}
.post{
width: 375px;
height: 375px;
}
.icon{
display: flex;
justify-content: flex-start;
gap: 5px;
padding-left:10px ;
}
.icon-image{
padding: 10px 5px;
width: 26px;
}
.description{
padding-bottom: 15px;
}
.description p{
padding-left: 15px;
}