What is CSS?

CSS is a language used to style the appearance of web pages.

CSS stands for Cascading Style Sheets. It is used to control the layout and design of web pages, allowing you to change colors, fonts, spacing, and more.

By separating content (HTML) from design (CSS), developers can create visually appealing sites while keeping the structure organized. This makes it easier to maintain and update web pages.

For example, you can use CSS to make all headings blue and set a background color for your website. This enhances user experience and improves aesthetics.

Example

body { background-color: lightblue; }

Want to use CSS in real work?

WeCode workshops are built around AI coding tools. Pick a tier, or browse more glossary entries to get the lay of the land.