I have two similar divs which are beside each other. But there is white space in between which I cannot remove?
My html as below
<div class="model-box" style="background-color:red;display:inline-block;width:98px;height:30px;">
</div>
<div class="model-box" style="background-color:red;display:inline-block;width:98px;height:30px;">
</div>
the fiddle as below
Why is this so?
Thanks in advance for the help?