Files
30-seconds-of-code/glossary/CSS.md
Angelos Chalaris b8d652ff40 Add SVG, fix CSS
2018-08-27 22:52:19 +03:00

261 B

CSS

CSS stands for Cascading Style Sheets and is a language used to style web pages. CSS documents are plaintext documents structured with rules, which consist of element selectors and property-value pairs that apply the styles to the specified selectors.