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

CSS: Cheat Sheet

Quick reference for CSS.

Read time: 1 min Words: 36
My Progress

CSS — Cheat Sheet

Quick info

  • Slug: css
  • Extensions: .css

Hello World

/* Hello, World! */
body { font-family: system-ui; }

Notes

  • This is a starter reference to avoid empty pages.
  • You can expand it with real syntax, examples, and trusted links.

Official docs