Conquering this epic blog post layout with CSS Grid!


While CSS Grid isn’t native to GenerateBlocks yet, it’s being adapted by most builders out there — so I can only imagine it’s a matter of time. And I, for one, sure hope so.

CSS Grid does take a bit to wrap your mind around, but once you do, you quickly realize all of the advantages it offers over Flexbox (not as a replacement — but as a great companion).

To illustrate this, I’m going to create a really neat blog post layout where the image (and its caption!) breaks out of the container using CSS Grid. While doable in Flexbox, it’s nowhere near as simple! CSS

Grid was made for things like this! 💪

Add your first comment to this post