Bookmark this page

CSS Playground

Quick reference for CSS with practice options

Code Runner

You can practice by running CSS examples in a pop-up code runner (which also includes some HTML).

CSS Basics

Colors

Learn how to color text and elements in CSS.

Backgrounds

Using background colors and gradients.

Layout

Box Model

Demonstrating CSS box model with padding, border, margin.

Flexbox

Creating a flexible layout using flexbox.

Grid Layout

Building a grid layout using CSS Grid.

Transitions & Animations

Transitions

Smooth changes to CSS properties on hover or other events.

Keyframe Animations

Using @keyframes to create more complex animations.