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.

CSS is Still Awesome

Lobsters Hottest

The article celebrates the evolution, features, and backward compatibility of CSS, highlighting its continued relevance and improvement in web development.

Antiquated CSS and why we needed it

Lobsters Hottest

The article reflects on antiquated CSS hacks used to target Internet Explorer versions, such as conditional comments and parser exploits, highlighting how developers worked around browser inconsistencies in the past.

CSS Curiosities of the Past

Hacker News Top

This article explores historical CSS hacks and quirks, detailing browser-specific exploits like property parsing and document-level detection methods used in early web development.