Lab 7

  • At least four (4) HTML files using an external CSS file. // You can see HTML files all over this site; they all link to the same external CSS file.
  • An external CSS file. //As stated, all the HTML files link to the same CSS file.
  • A background image done with CSS. // To keep the general aesthetic of the site, I didn't add a background image to the body; instead, there were already background images assigned to the #welcomebanner class that you can see above. It's nice and rustic and swirly.
  • Use of CSS to apply a style to your title. // Badabing, badaboom. All my page titles are styled with the h1 selector, with {font-size:32; font-family:'Allura'; text-align:center;}
  • Use of CSS to in your navigation bar. // Oh... Don't even get me started on the CSS I used in the nav bar. That's over on the left; it's vertical. See the CSS for yourself, there's way too much for me to copy here.
  • Use of CSS to format your content. // Content... you mean, the stuff in my <div id="content">, right? Well, it's kind of complicated, since it isn't mostly done with that selector, but as you can see, the font is "Contax Sans" and the color is white, so that should count.

I am under the impression that that's it. Correct me if I'm wrong. But I suppose you would be doing that anyway...