So I made a display: inline-block;
in my css for three elements, I am putting three elements below these elements, but apparently there is a huge gap between them.
I tried putting display:inline;
instead and after the display:inline-block;
height:10px;
These did not work. How would I remove the gap between these elements?