Is CSS breaking the separations of concerns?


View this email in your browser (or share it with a friend!)

Hello Reader,

This week, I’m formatting things a little differently because the comments on a YouTube video I posted got me a little riled up 😅.

So, starting with that video, I took a look at Temani Afif’s mind-blowing CSS-only graph theory CodePen.

video preview

And while most people were pretty blown away by this as well, there were a fair number of comments about how this is breaking the separation of concerns and how CSS shouldn’t be able to do things like this.

To me, this is more about “this is doing what I’ve traditionally had to use JS for,” rather than “this is what JS should be used for,” and I went off on this idea over on the second channel.

video preview

🙋‍♂️ What I've been up to this week

📺 F1 Website Championship

video preview

As a life-long F1 fan, and the 2026 season starting next week, I decided to do an F1 website championship, where I pitted the teams against one another with rounds for design, performance, accessibility, and CSS.

The design rankings were my own opinions, but I used Lighthouse for the performance and accessibility scores, and Project Wallace for the CSS score.

Each round is scored using the F1 point system, and while not particularly educational, I had fun putting it together 😅.


⚡Instantly improve your transitions and animations with linear()

video preview

A quick look at how we can instantly create better animations and transitions by using linear() timing functions (with the help of Easing Wizard).

🔗 Other awesome stuff from around the web

So in the video at the top people complained about CSS being too much of a programming language with it able to do some graph theory… don’t let them know Rebane made an entire x86 emulator using only CSS 😆.

🏁

Have a fantastic week!
Kevin


Are you looking to step up your CSS? I've got both free and premium courses to help with that! They cover a range of skill levels too 👇

Beginner friendly (and free)

HTML & CSS for Absolute Beginners

A free course that starts with the absolute basics, and gets to creating some layouts with Flexbox and Grid.

Enroll →

Intermediate

CSS Demystified

For those who've been writing CSS for a little bit now, but want to step up their game and start writing CSS with confidence!

Enroll →

Intermediate (Frontend Masters)

Build a Modern Site from Scratch

Build a fully responsive site using modern CSS features, along with some polished animations.

Enroll → (25% off first month of Frontend Masters if you use this affiliate link)

If you no longer want to get any emails from me, you can unsubscribe or you can edit your preferences if you'd like pick which emails you get from me.
600 1st Ave, Ste 330 PMB 92768, Seattle, WA 98104-2246

Hi! I'm Kevin

Weekly newsletter, where I talk about tangentially-related front-end development topics and share what I've been up to in the last week, plus any cool/fun/interesting/useful links I come across as well.

Read more from Hi! I'm Kevin

View this email in your browser (or share it with a friend!) Hello Reader, First up, make sure you update your browser, because there is a zero-day CSS vulnerability. In other news, one of the joys of being over forty is managing to throw out your back while you sleep. Luckily I already had a physio appointment lined up this week for another injury… so yeah, things are going great over here! Other than that, things are going well, though. I’ve made some good progress on my big update of CSS...

Hello Reader, Back in October, I travelled to Minneapolis to create a course with Frontend Masters, and while I was there, I recorded my experience so that I could share a behind-the-scenes look at what it was like. The first two videos in that series are now up on my second channel. This is something I’ve never done before, so there are some rough edges here and there, but I’m pretty happy with how they turned out! The final two episodes will come out this week. 🙋♂️ What I’ve been up to this...

Hello Reader, When I first started teaching CSS, I quickly realized that while I could muck around and get a layout to come together, I didn't actually understand much about CSS. Students would ask questions about why something worked the way it did, and I wouldn't have an answer. I started looking for resources that explained why things behaved the way they did, so I could understand them better and, in turn, teach them better, but I struggled to find any that did. Everything would teach you...