Anchor Layout

Back to index

Reimplementing the grid entirely with anchors gives nice results, but it's more work because you lose grid-template-areas.

This is limited by dom order: elements can only anchor to targets that come earlier on the page. This prevents the Nav from bottom-anchoring to the Footer in Widescreen mode.

Set Layout:
--preferred-layout:
Introduction

Main Content

Main Content

Main Content