A Bit of a Complex Layout

For something like this - would you use CSS Grid or can this still be done with containers and flex display?

Definitely CSS Grid :stuck_out_tongue_closed_eyes:

Good to know - thanks. I’m off to try to understand this facet of html now🙃

There are several ways to pull this off using CSS grid, but this might be one handy approach: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template

:partying_face:

Thanks - I will eventually get to the point where I will understand what is being presented in the link but I am not there just yet. More study is required first.

1 Like