Tuesday, Feburary 24

Defining Selectors

Selecting elements by Name img { border: thick solid green; }

Selecting elements by ID #myid { font: 22pt "Arial Black", sans-serif}

Selecting elements by Class .myclass { text-align: center}

Selecting elements by context #myid .myclass > p { color: red }