CSS Cascading Style Sheets
The rules that decide how HTML should look — colours, layout, typography, animations.
HTML is the skeleton, CSS is the clothes. The same HTML can render as a boring Word page or a slick modern website just by switching the CSS.
Modern CSS features: grid layout, flexbox, custom properties (variables), container queries, view transitions. Usually learned alongside JavaScript and HTML.