Why is there whitespace between the buttons (code example below)? I tried removing all margins and paddings, yet the whitespace still stays there.
<body>
<div class="button-container">
<button>1</button>
<button>2</button>
<button>3</button>
<button>4</button>
<button>5</button>
</div>
</body>