Grid in CSS
Introduction
Grid layout aligns the items in a row and column. It is a two-dimensional layout. It makes responsiveness easy by changing a couple of lines for different screens.
Grid property applied on the parent container. Hence,
an HTML element bec...
webarticle.hashnode.dev5 min read