HTML

Nested lists in CSS with a numbered hierarchy

Using CSS, we can make nested ordered lists automatically display in a numbered hierarchy—like "1, 1.1, 1.2, 2, 2.1", without any additional HTML markup changes. Here’s how to set it up!

Social Media Image Generator

Want to create a simple image for sharing a blog post. I created a little web app for this this evening.

Nesting web components in vanilla JavaScript

I don’t think web components get the kudos they deserve. But as we start to see a shift towards writing more vanilla CSS and JavaScript, I think they are going to become more popular in the coming years.