CSS (Cascading Style Sheets)

Status: public · Confidence: medium (0.865) · Basis: verified_sources

## TL;DR

CSS is the web styling language that describes how structured documents are rendered across media.

## Core Explanation

CSS separates presentation from document structure. Its modern standardization model is modular, with individual specifications covering selectors, layout, color, fonts, and other parts of the rendering system.

## Further Reading

- [CSS Snapshot 2024](https://www.w3.org/TR/css-2024/)
- [MDN: CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [MDN: What is CSS?](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/What_is_CSS)