minimal
Barebones, just Astro and pure CSS, no other external tools, extra build step or client-side JavaScript.
customizable
Everything here is just suggestive, remove, add, tweak, copy/paste, knock yourself out.
robust
Based on buildexcellentwebsit.es philosophy: let the browser do the heavy lifting rather than "micromanage" it, as the author puts it.
fluid
Spacings and font sizes are
clamp()
based, they adapt to the viewport's size instead of arbitrary breakpoints — looks good on all devices.