The CSS cheat sheet
This cheat sheet for CSS has actually answered a question I had yesterday that I spent some time looking for, and still didn’t find.
The CSS cheat sheet is designed to act as a reminder and reference sheet, listing all selectors (as of CSS 2.1) and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.
I wanted to know what the CSS snippet achieved:
ol > li {
property: value;
}
Now, thanks to Mr Daniels, I know.
It applies the style rules to <li> with <ol> as parent.
This sheet is now printed and on the wall.
