--- title: 'CSS: Cascading Style Sheets' slug: Web/CSS tags: - CSS - Cascading Style Sheets - Design - Landing - Layout - NeedsTranslation - Reference - Style Sheets - Styles - Stylesheets - TopicStub - 'l10n:priority' translation_of: Web/CSS ---
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or {{Glossary("XHTML", "", 1)}}). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
CSS is one of the core languages of the open Web and is standardized across Web browsers according to the W3C specification. Developed in levels, CSS1 is now obsolete, CSS2.1 is a recommendation, and CSS3, now split into smaller modules, is progressing on the standardization track.
If you're new to web development, be sure to read our CSS basics article to learn what CSS is and how to use it.
Our CSS learning area contains a wealth of tutorials to take you from beginner level to proficiency, covering all the fundamentals.
Our exhaustive CSS reference for seasoned Web developers describes every property and concept of CSS.
Our CSS Learning Area features multiple modules that teach CSS from the ground up — no previous knowledge required.
The CSS layout cookbook aims to bring together recipes for common layout patterns, things you might need to implement in your own sites. In addition to providing code you can use as a starting point in your projects, these recipes highlight the different ways layout specifications can be used, and the choices you can make as a developer.