Unit 3 Lesson 5 - CSS

Here is the screencast:

And here is how to connect EACH of your webpages to your stylesheet. Put it in the <head> section.

<link rel="stylesheet" type="text/css" href="style.css">

The assignment

  1. Create a stylesheet
  2. Connect each of your webpages to the stylesheet
  3. Style at least 3 elements in your website (but you'll want to do ALOT more!)