Front-end education for the real world. Since 2018.





  1. Relative rounded corners

    If you’ve got a rounded corner on both the outside, and the inside of an element that both have the same value, it looks pretty weird. In this Little Design Tip, we dig into a formula to get relative rounded corners, along with a nice CSS utility to apply to your projects.

    Design

  2. How a minimum viable experience produces a resilient, inclusive end-product

    Progressive Enhancement

  3. My favourite 3 lines of CSS

    CSS

  4. Line heights in CSS work better with ratios

    CSS

  5. A CLS punishment for progressive enhancement?

    I’ve stumbled across an issue with Lighthouse where I get a bad performance score for a progressive enhanced burger menu pattern.

    General

  6. Learn Eleventy From Scratch is now open source

    General

  7. Define delay for each property in the transition shorthand

    You can set a different delay for each transitioned property, using the transition shorthand, which creates some pretty cool state changes.

    CSS

  8. Prevent squishy elements with flex none

    You can prevent that annoying squished look that elements like icons get when space runs out in a flex context with flex: none.

    CSS

  9. Build a fancy hover animation

    Learn how to use the power of CSS to take any collection of images and make them blend well together with a fancy interactive state.

    CSS

  10. Container Queries are actually coming

    After years of asking and memes, we’re finally getting container queries and they will transform UI design, just like media queries did.

    CSS