CSS Grid
Introduction
CSS Grid is a layout system in CSS (Cascading Style Sheets) that allows users to create two-dimensional(2-D) grids for arranging content on a web page. With CSS Grid, users can define rows and columns and then place elements into those r...
vsagar.hashnode.dev3 min read