Unexpected space between two divs

stvac

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

Shantanu Verma

Use 'float:left' and remove 'display:inline-block' hope it will solve problem

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related