CSS: Introduction
Start learning CSS with a quick overview and Hello World.
CSS — Introduction
Overview
CSS styles and lays out web pages.
Hello World
body {
font-family: system-ui;
}
/* Hello, World! */
What you'll learn
- How to run CSS
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.