The future of the web is bright


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

Hello Reader,
It’s hard not to come back from an event like CSS Day and not be excited about the future of CSS, and the web in general.

There is a lot to be concerned about with the current state of things, but one thing that is super clear is that there are still a lot of super passionate people who love their craft, and seeing that passion, both in the talks from other speakers as well as when chatting with attendees, you can’t help but walk away from it motivated.

Now, some of the hallway track conversations did turn to worries about how things are changing, and it is the uncertainty of everything right now that is definitely the scary part. But even from people who are bummed out about being forced to use AI, there’s clearly a shift going on.

Companies are realizing that just throwing more tokens at problems doesn’t solve them, and they're now trying to figure out how to use these tools effectively, which is super encouraging.

Not everyone had that story, but I heard it from a fair number of people, especially those who worked at early-adopting companies.

With the impact of LLMs and AI agents, the web itself, and the way we create our websites and apps might not look the same as they used to, but if someone who was making websites a decade ago teleported to today, it wouldn’t look the same to them either.

The web itself has evolved a lot in its brief history, and it’s going to continue to evolve and change in the future. The worrying thing is the pace of change and the way some of it feels more forced than in the past, but as long as those of us who help make the web are passionate about what we’re doing, that passion will continue to shine through.

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

📺 CSS Style queries in action

video preview

Now that container style queries are supported by all the browser engines, I took a quick look at some of the ways style queries are a bit like modifier classes, but with so much more power.


⚡ Adapting to dynamic content using modern CSS

video preview

This is one of my demos I used during my CSS Day talk, where I take a look at what the future of CSS might look like, using attr() with style queries.

I recorded this before my talk, and did fix the typo I had in it before it made it on the big screen 😅.


🎙️Separation of concerns doesn’t work

video preview

After my talk at CSS Day, where I mentioned some people think CSS is overstepping it’s bounds, Jeremy Keith came to chat with me, saying he had the same conversation over 20 years ago about :hover, which people argued was a behavior-related feature, so it should be the domain of JavaScript.

That got me thinking a bit about how the idea of separation of concerns, at least between HTML, CSS, and JS, is pretty flawed. There’s way too much fuzziness between the three, and I think there are better ways to think about it than what language does what.

🏁

I'm still catching up with things after being away for a bit, so no quiz or links this week. They should be back for next week, though.

Until then,
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, The shorter summer edition of the newsletter continues as I’m in the middle of some travels with my family. Still have some content being put out, though! 🙋♂️ What I’ve been up to this week The most fun I’ve had with CSS in a while thanks to offset-path Eric Meyer’s talk at CSS Day was about offset-path, and it made me realize that I didn’t realize how easy it was to use! I thought we had to use it with SVGs, but it...

View this email in your browser (or share it with a friend!) Hello Reader, A few months ago, I pitted the F1 team websites against each other, and I thought it would be fun to make a landing page for a fictional team that could at least challenge the few teams who’d done a good job with theirs. I was pretty happy with what I’d come up with, but just as I was putting the finishing touches on it, Jason Lengstorf, of Learn with Jason and Leet Heat fame, reached out to let me know about a...

View this email in your browser (or share it with a friend!) Hello Reader, From my experience, there are a few reasons people push back on new things, but the most common one I see revolves around people preferring the old way of doing things. This makes sense, because they are comfortable with what they are used to, rather than the new way, which is different. When something new comes along, that means they have to learn it, which for a lot of people means that it’s slower. The thing is, in...