Multiple Sections on Single Page - CSS Navigateable
section[id]:not(:target) { display: none; }
is pretty awesome. It allows you to get a CSS-only navigation menu goint, hiding the non-active content.
section[id]:not(:target) { display: none; }
is pretty awesome. It allows you to get a CSS-only navigation menu goint, hiding the non-active content.