📄️ SCSS and BEM
Summary
📄️ Grid
CSS grid is a powerful tool for building complex and responsive layouts. With CSS grid, you can easily create a grid system that allows you to arrange content in columns and rows. But as with any tool, there are best practices that one should follow to ensure that CSS grid is effective and efficient.
📄️ Flexbox
Flexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces