New homepage redesign: check it out!


Hello Reader,

First off, I completely forgot to send this newsletter last week, so this week’s has all my content from the past two weeks.

As for the main topic of this week, after eight years, I’ve finally redesigned my homepage.

For someone who talks about CSS all the time, I was a little embarrassed that I hadn’t redesigned it sooner. I think the old design was fine, and aged pretty well, but it wasn’t really anything great either.

The new one is a bit more of a minimal approach, but where I wanted to have more fun with CSS to add some little touches here and there.

A lot of the fun stuff is done as progressive enhancement, so the navigation uses anchor positioning for a fun hover effect, with a pretty decent fallback, and there are some scroll-driven animations in a few spots as well.

There is a bit of a glitch in the navigation in the newest version of Safari, where in light mode the text flickers when you first hover… there might be a few glitches here and there, too. It is a personal site, so I’m shipping, then fixing things 😅.

I also figured it would be a good place to practice what I preach, so I used a slightly tweaked version of the button hover effect I look at in this video and a circle-effect view transition for the light/dark theme switch that I covered in this video.

I’ve got plans to break down a few of the other things I’ve done in future YouTube videos as well.

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

📺 Build modals in minutes with the dialog element

video preview

The title of this one says it all 🙂.


📺 A couple of great anchor positioning use cases

video preview

Anchor positioning is great for much more than just tooltips!


📺 Josh Comeau & Kevin Powell Take a React Mock Interview

video preview

Over on Shruti Kapoor’s channel, I took on a mock interview. The title says React, but the instructions said I could use vanilla JS, so I did 😅.


⚡ Tether to multiple elements

video preview

Another reason that anchor positioning is quickly becoming one of my favorite new CSS features!


⚡ 3 of my favorite CSS shorthands

video preview

To avoid being overly click-baity for newsletter subscribers, the three I look at in this one are:

  • inset
  • padding-block and margin-inline
  • place-items and place-content

I do realize this is 5, and not 3, but I figure there is enough overlap to count those as one each.

I also go over two bonus tips, looking at using alignment and justification with in a block-level context, and centering vertically with margin: auto when using positioning.

A lot in a short video!

🔗 Other awesome stuff from around the web

People often ask me who to follow to keep up with CSS/front-end in general, so I’m going to make sure to link to people’s social accounts as well as the articles going forward.

🎙️ Podcast

Too many tools

show
We don't always need a new t...
Mar 6 · General Musings with Kev...
13:53
Spotify Logo
 

This week I talk about the challenges of content planning and scheduling, and my preference for simple tools like pen-and-paper calendars over an excess of apps.

LISTEN ON: APPLE | SPOTIFY | YOUTUBE | RSS

🏁

If you checked out the redesign of my homepage, you might have noticed that the Courses page mentions something I never talked about before, as I’ve sort of soft-launched a new site with this redesign: The Cascade.

There isn’t much there yet, but it will eventually be the home of all of my courses (except those on Frontend Masters).

I have moved HTML & CSS for Absolute Beginners to there already, though. If you had signed up for that, you might have already noticed, as the old url redirects there now.

The “official” launch for that site will happen with the re-launch of CSS Demystified, but around that same time, I’ll also be putting out some free, curated learning paths. They are a collection of YouTube videos, so a bit like a playlist, but I’ve also included some extra recap material with each lesson as well.

I get a lot of requests of “what should I learn next?”, and it’s a hard thing to tell people, but hopefully these will help out with that a little bit.

I’ll let you know through this newsletter when they’re available 🙂.

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)

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

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, If you only have 10 or so minutes of free time for this email, instead of reading it, I’m going to ask that you either read this article or watch this video by Salma Alam-Naylor, where she explores her current thoughts on the tech industry and the impact AI is having on it. I’ve had a lot of thoughts on the current state of things circling around my head without being able to wrangle them in any coherent way, which she...

View this email in your browser (or share it with a friend!) Hello Reader, On Saturday morning, I passed 1 million subscribers on YouTube. I created my channel over 9 years ago. Around 5 months in, I hit 100 subscribers, and at the time, I was blown away that so many people liked my videos enough to bother subscribing. Three years later, I'd passed 100,000 subscribers, which I honestly didn't think was possible for a channel dedicated to vanilla HTML & CSS. And now it's one million. For a...

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. 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...