Search
Quick Reminder That :is() and :where() Are Basically the Same With One Key Difference
20.3.2025
I’ve seen a handful of recent posts talking about the utility of the :is() relational pseudo-selector. No need to delve into the details other than to say it can help make compound selectors a lot more readable.
:is(section, article, aside,
…
Quick Reminder That :is() and :where()...
Developer Spotlight: Jean Mazouni
20.3.2025
In this spotlight, Jean Mazouni showcases some of his favorite freelance work as a web developer and shares his passion for WebGL technologies
StringTune: The JavaScript Library Born from a Design Agency’s Workflow
19.3.2025
Learn how to use this flexible JavaScript library for animations, smooth scrolling, and interactive effects
Case Study: Motoyoshi Takamitsu
17.3.2025
An exploration of the design and development of photographer Motoyoshi Takamitsu's portfolio website
Case Study: Fiddle.Digital Design Agency — The New Us
12.3.2025
This case study tells the story of how a small rebranding idea sparked a revolution within the agency
Powering Search With Astro Actions and Fuse.js
11.3.2025
With Astro, we can generate most of our site during our build, but have a small bit of server-side code that can handle search functionality using something like Fuse.js. In this demo, we’ll use Fuse to search through a set of personal “bookmarks” that are generated at build time, but return back...
A CSS-Only Star Rating Component and More! (Part 2)
7.3.2025
In this second article of a two-part series, Temani Afif demonstrates an alternative approach to creating the star rating component from the first article using experimental scroll-driven animations to animate the star rating's colors in place rather than using the border-image property.
A...
Designer Spotlight: Artem Shcherban
7.3.2025
Award-winning designer Artem Shcherban shares his journey, design philosophy, and the creative principles behind his work
Developer Spotlight: Yannis Yannakopoulos
6.3.2025
In this spotlight, Yannis Yannakopoulos shares his journey with over 15 years of experience in web development, generative art and modular synths
Grouping Selection List Items Together With CSS Grid
5.3.2025
Preethi demonstrates how to make a user interface to group selected items using CSS Grid using two different methods: the auto-fill keyword for stable layouts and the span keyword for flexible arrangements.
Grouping Selection List Items Together With CSS Grid originally published on CSS-Tricks...
Case Study: Stefan Vitasović Portfolio — 2025
5.3.2025
An article behind the process of Stefan's 2025 creative dev portfolio — a minimalist design, dynamic visuals and shader effects
CSS Meets Voxel Art: Building a Rendering Engine with Stacked Grids
3.3.2025
Learn how transforms, perspective, and stacked grids can create a fully addressable 3D space and push the boundaries of what’s possible with pure CSS
A CSS-Only Star Rating Component and More! (Part 1)
28.2.2025
In this article, you'll learn how to make a full-on star rating component out of nothing but a single input element and vanilla CSS.
A CSS-Only Star Rating Component and More! (Part 1) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
Designer Spotlight: Isabel Moranta
28.2.2025
Explore the conceptually rich and visually striking world of award-winning Creative and Design Director Isabel Moranta as she shares her journey, inspirations, and most compelling projects
Developer Spotlight: Maximilian Berndt
27.2.2025
Blending design and development, Maximilian Berndt explores the creative potential of WebGL, animations, and interactive experiences on the web
WebGPU Fluid Simulations: High Performance & Real-Time Rendering
26.2.2025
A detailed look at the techniques behind high-performance, real-time, and visually stunning fluid simulations with WebGPU
From Concept to Code: Inside the Creative Process of Thomas Monavon & Grégory Lallé
25.2.2025
Discover the creative process of the French duo, Thomas Monavon (Designer) and Grégory Lallé (Creative developer)
Applying the Web Dev Mindset to Dealing With Life Challenges
24.2.2025
The grain of truth was that even if you love your job, it can’t love you back. Yet what I’m hooked on isn’t one job, but the power of code and language.
Applying the Web Dev Mindset to Dealing With Life Challenges originally published on CSS-Tricks, which is part of the DigitalOcean family....
100 Days of Web Experiments: A Designer’s Journey into the Unknown
24.2.2025
A designer’s journey of creative exploration—100 days, 100 experiments, and the lessons learned along the way
Toe Dipping Into View Transitions
21.2.2025
The View Transitions API is more a set of features than it is about any one particular thing. And it gets complex fast. But in this post, we’ll cover a couple ways to dip your toes into the waters without having to dive in head-first.
Toe Dipping Into View Transitions originally published...