...

/

Solution: Baseline Grid Builder

Solution: Baseline Grid Builder

Let’s use CSS custom properties to align text elements to a 1rem baseline grid by syncing line height and margins for a consistent vertical rhythm.

Problem description

You have a simple HTML document containing multiple headings ( h1, h2) and paragraphs (p). Your task is to define a CSS custom property for a ...