0

Why I have spaces between links? (inline-block elements)
And how to remove it?
enter image description here

* {
  margin: 0;
  padding: 0;
  border: 0;
}

a.headerLink {
  display: inline-block;
  padding: 15px;
  color: gray;
  border: 1px solid darkgray;
  text-decoration: none;
}
<div>
  <a href="#" class="headerLink">Main</a>
  <a href="#" class="headerLink">Blog</a>
  <a href="#" class="headerLink">Contacts</a>
  <a href="#" class="headerLink">About</a>
</div>
mplungjan
  • 155,085
  • 27
  • 166
  • 222
Denis_newbie
  • 1,128
  • 4
  • 13

0 Answers0