IT lexicon Web CSS

CSS Cascading Style Sheets

Web På svenska → Updated: 2026-07-30

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.

← Back to the lexicon