Responsive Hexagon Grid Using Modern CSS
A while back, Temani tacked a repeating grid of hexagon shapes. Well, he's updated it with modern CSS features that result in fewer magic numbers. And it's impressive!
attr() function. Last time, we discussed that, sadly, according to the State of CSS 2025 survey, trigonometric functions are deemed the “Most Hated” CSS feature.…
N elements with the same animation that should animate sequentially. Modern CSS makes this easy and it works for any number of items! One of our favorites, Andy Clarke, on the one thing keeping the CSS contrast-color() function from true glory:
…For my website design, I chose a dark blue background colour (
#212E45) and light text (#d3d5da). This
A working draft for CSS Environment Variables is posted. Same concept as var(), but env() is a “global” variable at the document level for values the user agent is privy to.…