See this CodePen - http://codepen.io/anon/pen/slKIv?editors=110.
The <li>
s don't have any padding or margins. And the <a>
s only have padding. Why is there space between them?
See this CodePen - http://codepen.io/anon/pen/slKIv?editors=110.
The <li>
s don't have any padding or margins. And the <a>
s only have padding. Why is there space between them?
every inline
will give extra space of at-least 2-3px
at the right side so you need to give float:left
and for parent display inline-block