CSS Grid
CSS Grid
CSS Grid is a powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike flexbox which is largely a 1-dimensional system.
Basic Terminology
Before diving into the details of CS...
devwares.hashnode.dev2 min read