CSS display: inline-block Explained by Creating a Grid

In this tutorial, we are going to create a basic CSS Grid layout using display: inline-block. inline-block is a great tool to use when you need items to display next to each other with good browser support. While inline block elements layout similar to inline (text) elements, they respect padding and margins like a block element.

Continue reading “CSS display: inline-block Explained by Creating a Grid”