Make webpage in grid formation
Apr 10, 2023 · 5 min read · As I wrote in a previous article on flex, when there is a need to arrange elements in single dimensional such as rows or columns, we use flex. But when there is a need to arrange HTML items in form of greed, that time grid is used. Grid: As the name ...
Join discussion