diff --git a/technology/internet/CSS.md b/technology/internet/CSS.md index 1b7ab6a..6e914e4 100644 --- a/technology/internet/CSS.md +++ b/technology/internet/CSS.md @@ -1,6 +1,416 @@ --- source: https://developer.mozilla.org/en-US/docs/Web/CSS +wiki: https://en.wikipedia.org/wiki/CSS obj: concept --- -#wip +# Cascading Style Sheets (CSS) +Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as [HTML](HTML.md) or [XML](../files/XML.md). CSS is a cornerstone technology of the World Wide Web, alongside [HTML](HTML.md) and JavaScript. + +CSS can be used inline via the [HTML](HTML.md) `style` attribute on individual elements or via the `