This document introduces CSS (Cascading Style Sheets) by providing an overview of its key concepts and features in 3 sentences or less: CSS allows precise control over the layout, formatting, and styling of HTML documents through style rules that select elements and declare how they should be displayed; style rules can be defined internally, embedded in the HTML, or linked externally via a separate .css file and applied via selectors, properties, and values; the cascade resolves conflicts between multiple applied styles based on source, specificity, and order.