I’m trying to build this schema into css grid but can’t find how to achieve it. I’l not sure if it’s possible in 100% css.
If someone could help me, i would be very happy…
Thanks for help 🙂
I’m trying to build this schema into css grid but can’t find how to achieve it. I’l not sure if it’s possible in 100% css.
If someone could help me, i would be very happy…
Thanks for help 🙂
2
Answers
You could make a 3 column grid and nest a flex container or another grid within each column.
But it’s even simpler (and less styling) if you do it using flexbox only:
html:
css: