DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

CSS

Lessons available

core Extensions: .css Official docs ↗
Open lessons References Exercises Examples Try it → HTML Back to Languages
Summary

CSS styles and lays out web pages.

Slug
css
Tier
core
Extensions
.css
Hello World
body {
  font-family: system-ui;
}
/* Hello, World! */

Tip: you can expand this page later with official docs + trusted references.