CSS
CSS (noun) means a language used to describe how a web page should look — its colours, fonts, spacing, sizes and layout — kept separate from the page's content. Example: “The text was all there, but the CSS had not loaded, so the page looked like a plain list of links.”
How to use CSS
Learner’s notesIn plain EnglishCSS is the part of a website that decides how everything looks.
Almost always written as the initialism; the full form "cascading style sheets" appears mainly in specifications and teaching material. Used as an uncountable noun: "some CSS", not "a CSS".
CSS is a stylesheet language, not a programming language and not a piece of software. It has no logic of its own — it is a set of rules saying which elements should be styled and how.
Trace the full origin ↓Fill the gap
Can you complete this real example?
The text was all there, but the _____ had not loaded, so the page looked like a plain list of links.
Etymology
An initialism of cascading style sheets, so called because style rules from several sources cascade together, with defined rules of precedence deciding which one applies.
Synonyms
View more →Frequently asked questions
What is the difference between CSS and HTML?
Is CSS a programming language?
What does the "cascading" in CSS mean?
What is the meaning of CSS?
Example sentences
Real-world examples showing CSS in context, drawn from published sources. Any opinions expressed are those of the original source and do not reflect the views of FreeDict.com.
The quickest way to learn CSS is to take apart a site you admire and see which rules are doing the work.