Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 14 CommentsRating: () Home > Programming > CSS Cheat Sheets CSS2 Cheat Sheet by DaveChild A quick reference guide for CSS, listing selector syntax, properties, units and other useful bits of information. CSS2 Selectors * All elements div <div> div * All elements within <div> div span <span> within <div> div, span <div> and