On May 26, 2022, I learned...

The CSS content property accepts line breaks

It has forever, I suppose, I just never came across the need to in my day-to-day work.

article h2::before {
  content: "Killing \A Me \A Softly";
  white-space: pre-wrap;
}

Leave a Reply

Markdown supported