Grid layout to cover spacing with Header/Footer/Content

This is my attempt with a very basic layout... I have a flex version which I think is ok, but this is how I've managed the grid version.. https://codepen.io/Laing91/pen/dyEzGLo I realized the elements were stacking without flexbox, so I've flexed the child elements of the grid container so that they default to row and can be spaced out etc.. flex version if interested: https://codepen.io/Laing91/pen/WNWvagz
2 Replies
CDL
CDL5w ago
@Rägnar O'ock alright mr. potato, show me the damn template 😎
Rägnar O'ock
Rägnar O'ock5w ago
one could use a grid to have the elements all lined up vertically... but that would be dumb. you can do this tho https://codepen.io/ragnar_ock/pen/VwOzaLa