Answers for "whay when i display inline-block i get margin"

CSS
0

inline block display has margin

/* line breaks in your code are causing this 
because inline-block elements are treated as inline elements*/

word-spacing: -1; /* on the surrounding container will fix the issue./
Posted by: Guest on May-11-2021

Code answers related to "whay when i display inline-block i get margin"

Browse Popular Code Answers by Language