Designer Spotlight: Stephanie Bruce
18.4.2025
Explore Stephanie Bruce's approach to visually creative websites as she shares her most exciting work so far, her journey and inspirations
So, You Want to Give Up CSS Pre- and Post-Processors…
17.4.2025
There was once upon a time when native CSS lacked many essential features, leaving developers to come up with all sorts of ways to make CSS easier to write over the years.
So, You Want to Give Up CSS Pre- and Post-Processors… originally published on CSS-Tricks, which is part of...
Developer Spotlight: Andrea Biason
17.4.2025
Andrea Biason showcases his journey and four standout projects that push the boundaries of immersive web development
Using CSS backdrop-filter for UI Effects
16.4.2025
Tips and tricks on utilizing the CSS backdrop-filter property to style user interfaces. You’ll learn how to layer backdrop filters among multiple elements, and integrate them with other CSS graphical effects to create elaborate designs.
Using CSS backdrop-filter for UI Effects originally published...
Turning Music Into Motion: The Making of the 24/7 Artists Launch Page
16.4.2025
A closer look at how Waaark designed and built the launch page for 24/7 Artists' latest product
Nite Riot: Minimalism Gets a Wild Side
15.4.2025
When a client like Nite Riot walks through the (digital) door, you don’t play it safe. You go all in
Next Level CSS Styling for Cursors
14.4.2025
Custom cursors with CSS are great, but we can take things to the next level with JavaScript. Using JavaScript, we can transition between cursor states, place dynamic text within the cursor, apply complex animations, and apply filters.
Next Level CSS Styling for Cursors originally published...
Native Design Tokens: The Foundation of Consistent, Scalable, Open Design
14.4.2025
Explore how structured design decisions are transforming design systems through Penpot’s native tokens, real-world workflows, and open standards
CSS-Tricks Chronicles XLIII
11.4.2025
This CSS-Tricks update highlights significant progress in the Almanac, recent podcast appearances, a new CSS counters guide, and the addition of several new authors contributing valuable content.
CSS-Tricks Chronicles XLIII originally published on CSS-Tricks, which is part of the DigitalOcean...
Designer Spotlight: Luca Franceschetti
11.4.2025
Explore the eclectic and expressive world of Italian digital designer Luca Franceschetti, where playful experimentation meets refined UI design
Tailwind’s @apply Feature is Better Than it Sounds
10.4.2025
Most of the time, people showcase Tailwind's @apply feature with one of Tailwind's single-property utilities (which changes a single CSS declaration). When showcased this way, @apply doesn't sound promising at all. So obviously, nobody wants to use it. Personally, I think Tailwind's @apply feature...
Cascading Layouts: A Workshop on Resilient CSS Layouts
10.4.2025
If I were starting with CSS today for the very first time, I would first want to spend time understanding writing modes because that’s a great place to wrap your head around direction and document flow. But right after that, …
Cascading Layouts: A Workshop on Resilient CSS Layouts...