I recall Kevin's responsive course on scrimba or perhaps a video provided a simple template/recipe for those typical website layout which goes like this:
1)
header
header
and
footer
footer
occupy 100% of the viewport width,
main
main
meanwhile is centered and occupies only say 80% of the width 2)
main
main
also has a max width cap and can't grow beyond say 80rem
Does anyone know which video it was or perhaps know how he did it? Can't seem to recall any solution which doesn't involve me overengineering a grid on the