Problem: Blockquote Rhythm Styler
Try to set up a vertical rhythm for paragraphs and blockquotes using a CSS variable, and add simple blockquote styling (border and padding) without disrupting the baseline grid.
We'll cover the following...
We'll cover the following...
Problem description
You have paragraphs (<p>
) and blockquotes (<blockquote>
) in your document. Define a CSS
custom property
for a 1.25rem
rhythm unit and apply it to the line-height
and margin-bottom
of all <p>
...