CSS Building Blocks

Jason Garber

E-site Marketing

When last we met...

First things first

ID vs. Class

The Structure of a Style Rule


	h1, p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: blue;
	}

	p em { color: yellow; }
			

Using styles

Using styles (continued)

The CSS Box Model

Links