Posts about css

3posts found

2026

  • flex-wrap: balance, or How to Stop Your Last Row Looking Broken

    Chrome 150 shipped flex-wrap: balance, an eight-year-old proposal that finally kills the orphaned last row. The algorithm behind it is from 1981. Heres how it works, a lab to play with, and why its still Chromium-only.

  • CSS Masonry, Finally: The Long Road to grid-lanes

    After nine years of arguing, CSS got native masonry. It is not display: masonry, it is display: grid-lanes, and the fight to get there says a lot about how the web is built. Heres how it works, a small lab to test it, and the accessibility catch nobody should ignore.

2025

  • CSS corner-shape: Goodbye Boring Corners

    The new CSS corner-shape property is here to revolutionize how we design corners. Apple-style squircles, bevels, notches and geometric shapes without SVG. Complete guide with practical examples.