There is unwanted white space between elements, even when I set margin: 0
Demo
How to remove the white space?
There is unwanted white space between elements, even when I set margin: 0
Demo
How to remove the white space?
This is because you have spaces between your elements. You have to either remove the spaces or set font-size: 0
on the container. If you use font-size: 0
you'll need to set a font size explicitly on the child elements.