Quoting Julia Evans

Simon Willison's Blog News

Summary

Julia Evans shares her perspective on learning to love CSS, explaining that many common frustrations have been addressed and that the complexity of CSS reflects the difficulty of layout problems.

No content available
Original Article
View Cached Full Text

Cached at: 05/16/26, 08:31 PM

# A quote from Julia Evans Source: [https://simonwillison.net/2026/May/16/julia-evans/](https://simonwillison.net/2026/May/16/julia-evans/) 16th May 2026 > \[\.\.\.\] in the last 10 years I’ve learned to really love and respect CSS as a technology\. So I decided years ago that I wanted to react to “CSS is hard” by getting better at CSS and taking it seriously as a technology, instead of devaluing it\. Doing that changed everything for me: I learned that so many of my frustrations \(“centering is impossible”\) had been addressed in CSS a long time ago, and that also what “centering” means is not always straightforward and it makes sense that there are many ways to do it\. CSS is hard because it’s solving a hard problem\! —[Julia Evans](https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/),Moving away from Tailwind, and learning to structure my CSS

Similar Articles

CSS: Unavoidable Bad Parts

Lobsters Hottest

A personal blog post by a non-web developer discusses the unavoidable bad parts of CSS, including layout challenges, browser defaults, and wrapper overuse, while highlighting a learnable subset for simple tasks.

Designing Lispy DSLs, part 1: SCSS (2012)

Lobsters Hottest

This article explores the design of Lispy domain-specific languages using SCSS, a Scheme-based CSS preprocessor, as a case study. It discusses how SCSS represents CSS as first-class values and the limitations of its implementation.

CSS-DOS — A computer made of CSS

Lobsters Hottest

A creative project that builds a DOS-like computer interface entirely with CSS, showcasing the power of modern frontend styling.

Fixing full-bleed CSS

Lobsters Hottest

A front-end developer discusses the imperfections of the classic CSS full-bleed utility class and presents modern fixes using CSS containment and container units to avoid scrollbar-related clipping issues.