A stylesheet language used to describe the visual presentation of HTML documents — controlling layout, colours, fonts, spacing, animations, and responsive behaviour.
CSS grid and flexbox are used to create a responsive three-column card layout that collapses to one column on mobile.
CSS is used by 97% of all websites, making it — alongside HTML — one of the two universal technologies of the web, according to W3Techs.
Cascading Style Sheets, Styling language
CSS
Every element visible on a webpage. CSS controls layout, colour, typography, spacing, animation, and responsive behaviour across all browsers and devices.
h1 { color: #1A1A2E; font-size: 48px; }<link> tag in the page's <head>, or written inline using a <style> tag.--colour-primary: #4361EE) and reuse them throughout — making global updates instant.Webflow generates CSS automatically from the visual Designer. Understanding CSS concepts — specificity, the box model, flexbox — makes Webflow significantly more powerful and helps debug unexpected styling behaviour.
Answer