Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
/* Comfortable line height for body text */ body { line-height: 1.6; } /* Tighter for headings — they are already large */ h1, h2, h3 { line-height: 1.2; letter-spacing: -0.02em; } /* All-caps label — wider tracking for legibility */ .label { text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.12em; font-weight: 600; } /* Hanging bullet indent */ .custom-list li { text-indent: -1.5em; padding-left: 1.5em; } /* Balanced heading text wrapping (Chrome 114+) */ .headline { text-wrap: balance; }
Result
Open