Add SVG, fix CSS

This commit is contained in:
Angelos Chalaris
2018-08-27 22:52:19 +03:00
parent 8e96b765e5
commit b8d652ff40
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### CSS
HTML stands for Cascading Style Sheets and is a language used to style web pages.
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.

4
glossary/SVG.md Normal file
View File

@ -0,0 +1,4 @@
### SVG
SVG stands for Scalable Vector Graphics and is a 2D vector image format based on an XML syntax.
SVG images can scale infinitely and can utilize clipping, masking, filters, animations etc.

View File

@ -35,6 +35,7 @@ regular-expressions
repository
selector
string
svg
template-literals
value-vs-reference
variable