Skip to content

Commit 4d3cf50

Browse files
committed
style errors resolved.
1 parent 32bb2bb commit 4d3cf50

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Instagrsam-clone/src/Components/style.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ body{
1111
nav{
1212
display:flex;
1313
justify-content:space-between;
14-
margin:20px 0px;
14+
margin:20px;
1515
padding:0px 18%;
1616
padding-bottom:10px;
1717
}
1818

1919
hr{
20-
margin:-20px 0px 20px 0px;
20+
margin:-20px 0px 20px;
2121
color:lightgrey;
2222
}
2323
li{
@@ -37,7 +37,7 @@ li{
3737
}
3838
.midNav input{
3939
font-size:15px;
40-
text-transform: capitalize;;
40+
text-transform: capitalize;
4141
text-align:center;
4242
color:#f3ebeb;
4343
background-color:#f3efef;
@@ -70,7 +70,7 @@ display:flex;
7070
width:100%;
7171
height:100px;
7272
display:flex;
73-
padding:10px 0px 5px 0px;;
73+
padding:10px 0px 5px;
7474
justify-content:space-evenly;
7575
}
7676

@@ -92,7 +92,7 @@ display:flex;
9292
.post_container{
9393
width:100%;
9494
background-color:white;
95-
margin:20px 0px;
95+
margin:20px;
9696
border:1px solid rgb(245, 238, 238);
9797
border-radius:5px;
9898
}
@@ -115,7 +115,8 @@ height:600px;
115115
margin-top:5px;
116116
}
117117
.name{
118-
margin:20px 0px 0px 20px;
118+
margin-top:20px;
119+
margin-left: 20px;
119120
}
120121
.bottom_part{
121122
/* background-color:yellow; */
@@ -126,7 +127,9 @@ height:600px;
126127
display:flex;
127128
}
128129
.bottom_part :nth-child(1) i{
129-
margin:10px 15px 10px 0px;
130+
margin-top:10px;
131+
margin-right: 15px;
132+
margin-bottom: 10px;
130133
font-size:30px;
131134
font-weight:none;
132135
}
@@ -175,18 +178,19 @@ border-radius:50%;
175178
margin:10px 0px;
176179
}
177180
.sideBox :nth-child(1) div{
178-
margin:15px 0px 0px 20px;;
181+
margin:15px 0px 0px 20px;
179182
line-height:10px;
180183
}
181184

182185
/****sidebox image***/
183186
.SideBoxImageContainer {
184187
display:flex;
185-
margin:5px 0px 0px 0px;
188+
margin-top:5px;
186189
}
187190
.SideBoxImageContainer div {
188191
line-height:8px;
189-
margin:5px 0px 0px 5px;
192+
margin-top:5px;
193+
margin-left: 5px;
190194
}
191195
.sideBox_image{
192196
width:40px;

0 commit comments

Comments
 (0)