Latest Posts

29th January 2020 at 08:35

This is such a good article by Uncle Bruce about favouring <article> over <section> more often than not. I’ll be stealing the <section aria-label="Quick summary"> trick too! https://www.smashingmagazine.com/2020/01/html5-article-section/

Continue reading

28th January 2020 at 09:49

Static design tools like Figma or Sketch certainly aid with creative ideation, but when it gets to the meat ‘n’ taters of design, I much prefer HTML and CSS. I’m currently yearning for my Eleventy and dynamic data setup of projects past. Static tools do really help with fast-moving projects that have a lot of […]

Continue reading

27th January 2020 at 17:27

I finally moved “CSS From Scratch” and “Let’s Build a Landing Page” into https://piccalil.li. If you go to https://cssfromscratch.com or https://landingpage.build, you’ll get sent to their new homes ?

Continue reading

27th January 2020 at 17:11

? CSS pro tip If you want to select SVG elements, use this CSS. Super handy as SVG won’t fill the width if they’ve just got max-width: 100% on them. Gist: https://gist.github.com/hankchizljaw/958b1f46d39931bfaed63c2b3e09f59d

Continue reading