Table of Contents

CSS Cheat Sheet

Selectors

SelectorDescription
.classSelects elements with class=“class”
#idSelects the one element with id=“id” Can only be one
div, pSelects all <div> elements and all <p> elements
div pSelects all <p> elements inside <div> elements

Color Picker

Operators

Examples

td {font-family: Verdana, Arial; font-size: 9pt;}

Color Picker

http://www.w3schools.com/tags/ref_colorpicker.asp