0Support

CSS lab collection

Modern CSS playgrounds

Explore CSS properties, functions, and APIs visually. Every lab includes interactive controls, a live preview, and reusable generated code.

Filter CSS labs by category
Filter by Baseline status

AT-RULES

Playgrounds and generators for at-rules.

1 lab
Limited availability

Build custom CSS functions, add or remove parameters with types and default values, combine multiple result descriptors with @media, and copy a complete example ready to test.

BORDERS

Playgrounds and generators for borders.

5 labs
Widely available

Explore border with interactive controls for width, style, and color by side or axis, compare physical and logical properties, and copy the CSS instantly.

Widely available

Adjust border-radius by corner or corner pairs, switch units and physical or logical properties, and generate production-ready CSS.

Limited availability

Draw non-rectangular borders with basic shapes and shape(), compare stroke and fill modes, and see the border follow the geometry.

Widely available

Explore outline with controls for width, style, color, and offset, switch between px and rem, and generate shorthand or separate-property CSS.

Limited availability

Experiment with corner-shape and border-radius to build rounded, beveled, notched, or scooped corners by corner or pair with modern CSS.

COLORS

Playgrounds and generators for colors.

3 labs
Limited availability

Explore accent-color with a color picker to customize native checkbox, radio, range, and progress controls without JavaScript.

Widely available

Explore color-mix() by adjusting the color space, two colors, and their percentages. In polar spaces such as hsl, hwb, lch, and oklch you can also change hue interpolation and see the browser-resolved color in the generated code.

Newly available

Explore contrast-color() with a background color picker. The example applies the selected color to a button and lets CSS automatically resolve whether the text should be black or white, with generated code inspired by MDN.

TEXT

Playgrounds and generators for text.

18 labs
Widely available

Explore font-size with controls for comparing browser keywords, relative values, and lengths on a real text block.

Newly available

Explore font-size-adjust with controls for preserving perceived text size when changing font family and metric.

No data

Explore font-smooth with presets for comparing font antialiasing and copying CSS with the prefixes used by compatible browsers.

Widely available

Explore font-stretch with controls for testing typographic widths, keywords, and percentages on real text.

Widely available

Explore font-style with controls for comparing true italics, synthesized oblique text, and slant angles on a real text block.

Widely available

Explore font-variant with controls for caps, ligatures, numeric variants, east-asian forms, and position on a real text block.

Widely available

Explore font-weight with controls for comparing absolute keywords, relative keywords, and numeric weights on a real text block.

Widely available

Explore letter-spacing with controls for spreading out or tightening characters on a real text block and checking how readability changes.

Widely available

Explore word-spacing with controls for spreading out or tightening words on a real text block and checking how readability changes.

Widely available

Explore line-height with controls for comparing normal, unitless values, rem lengths, and percentages on a real text block.

Limited availability

Explore text-align with controls for text direction and logical or physical alignment. When using justify, you can also test text-justify and copy the generated CSS.

Widely available

Explore text-align-last with controls for text direction and the alignment of the final line or the line before a forced break.

Widely available

Explore text-indent with controls for indenting the first line of a block, changing text direction, and trying the hanging and each-line keywords.

Widely available

Explore text-decoration with controls for combining underline, overline, line-through, stroke styles, color, and thickness on real text.

Limited availability

Explore text-fit with none, grow, and shrink, the consistent, per-line, and per-line-all modes, and an optional percentage that limits the scaling factor.

Widely available

Explore text-transform with a selector for changing visual capitalization without editing the HTML content.

Newly available

Explore text-wrap with a selector for comparing line breaking, balanced headings, and readability-focused wrapping.

Limited availability

Explore text-box with controls for trimming vertical font space and choosing the metric edges used by button text.

PSEUDO-CLASSES

Playgrounds and generators for pseudo-classes.

15 labs
Widely available

Explore :active with links and buttons. Change simple styles that apply while the user is pressing the element, then copy the generated CSS.

Widely available

Explore :any-link with links that have href. Change simple styles, compare real links against placeholders without href, and copy the generated CSS.

Widely available

Explore :hover with links and buttons. Change simple styles that apply when the pointer is over the element, then copy the generated CSS.

Widely available

Explore :link with unvisited links. Change simple styles, compare links with href against placeholders without href, and copy the generated CSS.

Widely available

Explore :visited with history-dependent links. Adjust only color properties allowed for privacy and review the generated CSS.

Widely available

Explore :empty with visual examples for detecting elements with no child nodes, applying CSS placeholders, highlighting gaps, or hiding empty blocks.

Newly available

Explore :open with details, dialog, select, and picker inputs. Change the background color and switch whether the style only applies when the element is open.

Newly available

Explore :popover-open with a native popover. Toggle a positioning block that only applies while the popover is showing.

Limited availability

Explore :playing with <audio> and <video> elements. Change the style applied while media is playing and copy the generated CSS.

Limited availability

Explore :paused with <audio> and <video> elements. Change the style applied when media is paused and copy the generated CSS.

Limited availability

Explore :seeking with <audio> and <video> elements. Adjust the style applied while the browser seeks to a new media position.

Limited availability

Explore :buffering with <audio> and <video> elements. Change the style applied when the browser needs more data before continuing.

Limited availability

Explore :stalled with <audio> and <video> elements. Adjust styles for the case where the browser is trying to fetch data but loading stops.

Limited availability

Explore :muted with <audio> and <video> elements. Customize the style applied when media is muted.

Limited availability

Explore :volume-locked with <audio> and <video> elements. Define styles for when the browser or platform locks volume control.

PSEUDO-ELEMENTS

Playgrounds and generators for pseudo-elements.

4 labs
Widely available

Explore ::backdrop with a native modal dialog. Change only the backdrop background color and copy the generated command/commandfor HTML and CSS.

Newly available

Explore the CSS ::details-content pseudo-element with a native details element, customize the expandable content, and copy the generated HTML and CSS.

No data

Explore ::search-text with controls for find-in-page matches and use :current to distinguish the active result.

Limited availability

Explore ::selection with controls for changing the color, background, decoration, and shadow of user-selected text.

FORMS

Playgrounds and generators for forms.

2 labs
Limited availability

Explore the new customizable select surface with rich option content, picker, icon, and checkmark styling, plus an optional fallback for browsers without support.

Newly available

Explore field-sizing with controls for switching between content and fixed, compare compatible form field sizing, and copy production-ready CSS.

BACKGROUNDS

Playgrounds and generators for backgrounds.

2 labs
Widely available

Explore background-color with a simple color picker to preview the result instantly and copy production-ready CSS.

Widely available

Explore background-image with an editable URL field and controls for position, size, repeat, and attachment to preview the result instantly and copy production-ready CSS.

FILTERS

Playgrounds and generators for filters.

3 labs
Widely available

Explore filter by enabling multiple functions at once, adjust their values, and test the result on an image or a color background before copying the generated CSS.

Newly available

Explore backdrop-filter with a background image and a translucent centered panel. Adjust chained filter functions and copy the generated HTML and CSS.

Widely available

Explore mix-blend-mode with high-contrast backdrops and an editable subject to see how it blends with the content behind it.

SHADOWS

Playgrounds and generators for shadows.

2 labs
Widely available

Combine up to three box shadows with offset, blur, spread, color, and inset, then generate copy-ready code.

Widely available

Combine up to three text shadows, adjust their offsets, blur, and color, and generate copy-ready code.

LAYOUTS

Playgrounds and generators for layouts.

4 labs
Widely available

Build flexible layouts with visual controls for the container and each item’s individual properties, then copy the resulting HTML, CSS, or Tailwind.

Widely available

Design complete two-dimensional grids: define rows and columns, create areas, span cells, control each item placement, and copy the result.

Limited availability

Build masonry-like layouts with native CSS: switch between waterfall and brick, combine lane patterns, tune flow tolerance, and test progressive enhancement in browsers without support.

Widely available

Distribute editorial content across columns: combine width and count, tune gaps and rules, and control spans and breaks before copying the code.

TRANSFORMS

Playgrounds and generators for transforms.

1 lab
Widely available

Compose 2D and 3D transforms, compare how function order changes the result, and move the origin before copying the generated code.

SPACING

Playgrounds and generators for spacing.

3 labs
Widely available

Explore margin with interactive controls for all sides, per-side, or per-axis spacing, switch units, compare physical and logical properties, and use auto to push or center the block.

Widely available

Explore padding with interactive controls for all sides, per-side, or per-axis spacing, switch units, and compare physical and logical properties.

Limited availability

Explore gap decorations with a multi-row, multi-column grid. Adjust row-rule, column-rule, insets, breaks, visibility, and overlap to generate modern CSS.

SCROLL

Playgrounds and generators for scroll.

5 labs
Widely available

Explore how scroll-margin expands the area used to bring an element into view without occupying layout space. Apply one shared value or adjust every side independently.

Widely available

Explore how scroll-padding moves a scroll container’s optimal viewing region inward without changing layout. Apply one shared value or adjust every side independently.

Widely available

Explore how a scroll area settles into predictable positions. Change the axis, strictness, block and inline alignment, and the spacing around the snapport and each target.

Limited availability

Combine scroll snap with ::scroll-button(), ::scroll-marker, and ::scroll-marker-group to build a native, accessible slider controlled entirely by CSS.

Newly available

Explore scrollbar-color, scrollbar-width, and scrollbar-gutter with a preview that forces vertical scrolling and generates copy-ready CSS.