Assignments

Journal CSS Transformation

Here's the steps for Assignment 09:

  1. Download the Journal-CSS Assignment
  2. Create a css document called journal.css
  3. Add the <link> element to your journal.html file under the <title>
  4. In the journal.css document you need to:
    • Body font-family is Verdana, Geneva, Arial, and sans-serif
    • Body font-size is small
    • Have your h1 and h2 to have a normal font-weight
    • Have your h1 and h2 to have an orange color (use: #cc6600)
    • Have your h1 and h2 border-bottom a thin, dotted, gray (#888)
    • h1 font-size is 170%
    • h2 font-size is 130%
    • Make your font-style italic for your blockquote (can you figure this out?)
  5. Upload all documents and image folder to your Andrews Web site folder
  6. email me the link to your website

Return to the Home Page