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

CSS: Introduction

Start learning CSS with a quick overview and Hello World.

Read time: 1 min Words: 39
My Progress

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.