Files
30-seconds-of-code/glossary/CSS.md
2019-08-13 11:19:29 +03:00

8 lines
282 B
Markdown

---
title: CSS
tags: 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.