Posts by Lasya Pullakhandam
How to Use Grid Layout
2020-09-04The CSS grid is a two-dimensional layout system that allows us to stack and line up content in columns and rows. One-dimensional Flexbox elements can be used for smaller components in the grid layout. And since it is built into CSS, the native properties allow for better performance.
This post will go through the basics of CSS grid, how to set up a simple grid layout, and how we used it to clean up our own website.