CSS #Grid#
Grids are two dimensional and you can place things on them vertically and horizontally simultaneously.
Creating a Grid
creating a grid starts in the HTML. we need a container and some items inside of it. The container is a div with the class of conta...
depayan.hashnode.dev3 min read