🆕 blog! “Decorative text within HTML”
This is a *very* silly post. Sorry about that!
👀 Read more: https://shkspr.mobi/blog/2025/05/decorative-text-within-html/
⸻
#css #HTML

Decorative text within HTML
Back in 2020, Andy Bell introduced me to the idea of grouping attribute values. You've probably seen something like this before: HTML<article class="card-section-background1-colorRed" ></article> A single class over-encumbered by all sorts of things. The more modular way to write this would be: HTML<article class="card section box bg-base color-primary" ></article> That's pretty…