Files
30-seconds-of-code/glossary/CSS.md
Angelos Chalaris 8e96b765e5 Add CSS
2018-08-27 22:48:08 +03:00

5 lines
262 B
Markdown

### CSS
HTML 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.