I have an empty div in body, with the following CSS:
div{
border: 1px solid black;
width: 100px;
height: 100px;
display: inline-block;
}
I then use jQuery to clone the element a few times. In the result, why is the original one taking up extra margin?