Alt Text: Not Always Needed

Alt text is one of those things in my muscle memory that pops up anytime I’m working with an image element. The attribute almost writes itself. <img src=”image.jpg” alt=””> Or if you use Emmet, that’s autocompleted for you. Don’t forget the alt text! Use it even if there’s no need Read more…

Complete CSS Course

Do you subscribe to Piccalilli? You should. If you’re reading that name for the first time, that would be none other than Andy Bell running the ship and he’s reimagined the site from the ground-up after coming out of hibernation this year. You’re likely familiar with Andy’s great writing here Read more…

Fluid Everything Else

We all know how to do responsive design, right? We use media queries. Well no, we use container queries now, don’t we? Sometimes we get inventive with flexbox or autoflowing grids. If we’re feeling really adventurous we can reach for fluid typography. I’m a bit uncomfortable that responsive design is Read more…