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!)
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">