CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] This Box Will Change Your Life

Collapse
 
whitep4nth3r profile image
@whitep4nth3r • Edited

CSS grid has changed the game. I recently discovered grid template areas β€” and gone are the days of sorting your HTML into rows and columns to mock grid layouts in your markup β€” just define your grid-areas on your individual elements and kind of visually construct your grid with some lines of CSS. It’s SO powerful and I don’t think people are talking about it enough. No more adding random inner containers to sort things and change the order of things throughout your CSS. Just define the layout of your grid in words in a line of CSS.