September 2025
-
Pixel Art On Pure CSS - City At Sunset
Sometimes the simplest demos are also the most effective. City at Sunset by Igor Teplostanski is a small and colorful piece of pixel art that feels vibrant.
-
HSV(B) != HSL
CSS offers several color functions, but not all color models are supported. For example, HSL is available, while HSV is not. As the title suggests, these two formats are not the same. To illustrate the differences, David Aerne created a cool comparing tool.
-
Single img squircles + grainy inner shadow with spread
As part of an article series published on Frontend Masters, Ana Tudor created step-by-step demos on how to create squircle photos with inset shadows using SVG filters... just using a single
<img>
tag! -
CSS Swirl
Several developers attempted to recreate a swirling spiral that made the rounds earlier this year. Some used GSAP, others turned to canvas, and Amit Sheen took a shot at it using only HTML and CSS. An interesting demo to see how the CSS trigonometry and math functions work.
-
Clock made of clocks
I enjoy seeing creative approaches to coding clocks. Stefan built a digital clock in React, composed of smaller analog clocks (each as its own component.) The hour and minute hands shift dynamically to form the digital numbers based on the current time.
-
Website Temperature Slider
Adjust the "temperature" of the webpage with this stylish slider by Simon Goellner. The background updates automatically to create warmer or cooler vibes. And it even works in dark mode! (though the effect is a bit more subtle there.)
-
Animated segmented control in plain CSS
Using anchor positioning, Haz demonstrates an effect that, until not too long ago, would have required more than just HTML and CSS. It works with both mouse and keyboard (nice!) right out of the box, a very welcome touch.
-
Complementary Colors
As part of a CodePen challenge, Gemma Croad created a generative art piece featuring orange rectangles with randomly rounded corners set against a blue background (complementary colors at play.) The code behind it is both simple and elegant.
-
Impressive
Matthias Hurrle creates stunning WebGL shaders, and this one is no exception. The metallic textures and dynamic reflections as it moves up and down make the result truly... well... Impressive.
Check the previous list!