Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS: Basics (Selectors (Simple (Universal (Has a performance impact, *),…
CSS: Basics
-
-
-
Box model
Model
Content box
-
-
min-width, max-height, etc.
-
-
-
-
-
-
-
Syntax
CSS statements
-
-
Nested statements
-
-
e.g. media, supports, document
-
Shorthand properties
-
e.g. font, background, padding etc.
Cascade and inheritance
Cascade
-
Specificity
-
Class, attribute, or pseudo-class
-
-
-
-
-
Properties are overridden, not rules
Inheritance
-
-
Controlling inheritance
-
-
initial
-
If not present, inherit if inheritable
-
-
-
-