This is my code-
.a{
background:blue;
padding:30px;
Position:relative;
display:inline-block;
margin:0;
}
If 2 divs both with class a
are entered, then there is a small space between it
This is my code-
.a{
background:blue;
padding:30px;
Position:relative;
display:inline-block;
margin:0;
}
If 2 divs both with class a
are entered, then there is a small space between it
Use 'float:left' and remove 'display:inline-block' hope it will solve problem