From 8e96b765e57a1de7e99aa6eae0114432ed12447a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 27 Aug 2018 22:48:08 +0300 Subject: [PATCH] Add CSS --- glossary/CSS.md | 4 ++++ glossary/keyword_database | 1 + 2 files changed, 5 insertions(+) create mode 100644 glossary/CSS.md diff --git a/glossary/CSS.md b/glossary/CSS.md new file mode 100644 index 000000000..4e21c2f11 --- /dev/null +++ b/glossary/CSS.md @@ -0,0 +1,4 @@ +### 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. diff --git a/glossary/keyword_database b/glossary/keyword_database index 075ceef0e..50e863af6 100644 --- a/glossary/keyword_database +++ b/glossary/keyword_database @@ -5,6 +5,7 @@ callback class constant cross-site-scripting-xss +css currying dns dom