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

Cross-Document View Transitions: The Gotchas Nobody Mentions

Lobsters Hottest

A technical article explaining the current implementation of cross-document view transitions in CSS, covering deprecated meta tags, common pitfalls like the 4-second timeout and aspect ratio warping, and proper opt-in methods.

readable.css

Lobsters Hottest

readable.css is a CSS framework that provides a sensible and beautiful base default for websites, with features like light/dark mode, responsive design, and vertical rhythm, emphasizing consistency and semantic HTML.

Dithering with CSS

Hacker News Top

The article demonstrates how to apply dithering effects to images using CSS filters and SVG feTurbulence to maintain a consistent aesthetic.

Modern Frontend Complexity: essential or accidental?

Lobsters Hottest

An analysis of how modern frontend development became increasingly complex, tracing the evolution from static HTML documents through AJAX to Single Page Applications (SPAs) with frameworks like React, Vue, Angular, and Svelte, examining whether this complexity is essential or accidental.