%% generate tags start %% #software-engineering %% generate tags end %% #software-engineering/css ## What is css? ![CSS in 100 Seconds (youtube.com)](https://www.youtube.com/watch?v=OEV8gMkCHXQ&ab_channel=Fireship) CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in [[HTML]] or XML (including XML dialects like SVG or XHTML). CSS enables the separation of document content from document presentation, including aspects such as layout, colors, and fonts, enhancing web accessibility and providing greater flexibility and control in the specification of presentation characteristics. ![[CSS 2023-12-21 01.07.07.excalidraw.svg]]