/
CSS gotchas
CSS gotchas
CSS is finicky about the format so if you do something like put ; at the end of each rule like you might be tempted to from other languages like Javascript you may have a silent failure.
The order CSS rules is very important in terms of precedence - the earliest ones take more priority - have to double confirm.
, multiple selections available,
Related content
CSS Selectors
CSS Selectors
More like this
CSS Comments
CSS Comments
More like this
Problems that CSS preprocessors tried to solve that can be done using plain CSS
Problems that CSS preprocessors tried to solve that can be done using plain CSS
More like this
Separate concerns with CSS rules
Separate concerns with CSS rules
More like this
Using the Chrome Tools for CSS
Using the Chrome Tools for CSS
More like this
Flat CSS hierarchy
Flat CSS hierarchy
More like this