https://i.sstatic.net/T0nKq.png
I need to create a menu page with 5 equal columns, but I'm facing an issue with the layout.
Here's my current CSS for the yellow divs:
width:20%;
height:100vh;
background-color: yellow;
display:inline-block;
In addition, I have set margin:0;
. How can I eliminate the small white gap between each of the yellow blocks?