Selector
:not()
Select But …
:nth-child()
Select Even Elements
E.g., set the background of even lines in tables to be different than that of odd ones.
Others
Leading zero
To save the CSS file size, 0.5
should be written without a leading zero as .5
.