dirtymarkup.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Clean up dirty code (HTML, JS, CSS) online

DeGraeve.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

The Projects of Steven DeGraeve
DeGraeve.com

dabblet.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

dabblet is an interactive playground for quickly testing snippets of CSS and HTML code.

csszengarden.com

VN:F [1.9.22_1171]
Rating: 7.5/10 (2 votes cast)

A zen guide to CSS via a single form HTML page.

CSSplay.co.uk

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Experiments with cascading style sheets – Doing it with Style

CSSplay - Responsive horizontal stacked slideshow v2

17 February 2021 @ 12:00 am

A responsive autorun horizontal full screen stacked slideshow using CSS variables.

CSSplay - Responsive full screen mp4 video

14 February 2021 @ 12:00 am

A responsive full screen mp4 video with autoplay, muted, no controls and loop.

CSSplay - Responsive transparent 'wait' spinner

13 February 2021 @ 12:00 am

A responsive transparent 'wait' spinner using system variables so that it can be easily resized.

CSSplay - Responsive horizontal stacked slideshow

12 February 2021 @ 12:00 am

A responsive autorun horizontal full screen stacked slideshow.

CSSplay - Responsive flex box gallery

12 October 2019 @ 12:00 am

A simple responsive gallery using flex box.

CSSplay - CSS circular menu with circular sub menus

11 July 2017 @ 12:00 am

An update to a previous circular menu (July 2011) using the latest CSS techniques.

CSSplay - Responsive autorun slideshow using HTML5 <picture>.

26 April 2017 @ 12:00 am

Using html5 to use four diferent images depending on browser window size. Suitable for all modern browsers.

CSSplay - CSS only multi-level tree menu with slide action, version 5

24 April 2017 @ 12:00 am

A fifth CSS only responsive multi-level tree menu with slide action suitable for all the latest browsers and OS.

CSSplay - CSS only multi-level menu with slide action, version 4

13 March 2017 @ 12:00 am

A fourth CSS only responsive multi-level menu with slide action suitable for all the latest browsers and OS.

CSSplay - Mi Thumb jQuery plugin.

1 March 2017 @ 12:00 am

A jQuery plugin slideshow with many user parameters and customization v1.0.0

cssgradient.io

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

CSS gradient tool.

cssdrive.com

VN:F [1.9.22_1171]
Rating: 7.5/10 (2 votes cast)

Web design gallery with handy tips and guide lines.

Unable to load the feed. Please try again later.

css3generator.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

generate css / css3 for your style sheets

css.maxdesign.com.au

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

CSS resources and tutorials for web designers and web developers

css-tricks.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

css blog with helpful tips and tricks

Why Isn’t My 3D View Transition Working?

12 June 2026 @ 12:53 pm

Why isn't my 3D view transition working?! Sunkanmi tackles this frustration and offers an elegant fix for it. Why Isn’t My 3D View Transition Working? originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

Creating Memorable Web Experiences: A Modern CSS Toolkit

10 June 2026 @ 1:02 pm

There are many ways to create memorable experiences. Sometimes it's as simple as a form that completes smoothly. But here I'm interested in sharing techniques I reach for when I want a site to feel alive and be remembered. Creating Memorable Web Experiences: A Modern CSS Toolkit originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

Scroll-Driven, Scroll-Triggered, Scroll States, and View Transitions

8 June 2026 @ 1:00 pm

I've said one and mean another, and I've used one when I needed another. Comparing scroll-driven animations, scroll-triggered animations, container query scroll states, and view transitions for my future self. Scroll-Driven, Scroll-Triggered, Scroll States, and View Transitions originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

Another Stab at the Perfect CSS Pie Chart… Sans JavaScript!

4 June 2026 @ 1:14 pm

We dive again into CSS Pie Charts! This time, Author Antoine Villepreux delivers semantic and flexible charts without a single line of JS. Another Stab at the Perfect CSS Pie Chart… Sans JavaScript! originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

offset-path

3 June 2026 @ 3:02 pm

The offset-path property in CSS defines a movement path for an element to follow during animation. This property began life as motion-path. This, and all other related motion-* properties, are being renamed offset-* in the spec. We’re changing … offset-path originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

@custom-media

3 June 2026 @ 1:03 pm

The CSS @custom-media at-rule allows creating aliases for media queries. @custom-media originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

@function

3 June 2026 @ 1:02 pm

The @function at-rule defines CSS custom functions. These custom functions are reusable blocks of CSS that can accept arguments, contain complex logic, and return values based on that logic. @function originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

::search-text

2 June 2026 @ 12:59 pm

The CSS ::search-text pseudo-element selects the matching text from your browser's "find in page" feature. ::search-text originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

Astro Markdown Component Utility for Any Framework

1 June 2026 @ 1:25 pm

In the previous article, I spoke about the why and how to use a Markdown component in Astro. Here, we’re going to expand on that and help you use Markdown everywhere — regardless of the framework you use. So, … Astro Markdown Component Utility for Any Framework originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

What’s !important #12: Safari Testing, ::checkmark, HTML Anchor Positioning, and More

29 May 2026 @ 1:25 pm

The old (testing in Safari when you don’t have Safari), the new (::checkmark), the in-between (anchor positioning but with HTML), and more. What’s !important #12: Safari Testing, ::checkmark, HTML Anchor Positioning, and More originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.