Journal Assignment

You now have all you need to select and style a background image for your journal Web site. Do it!

If you want the background on your index page to be different from the background on your other pages:

  1. On you index page, modify the <body> tag so it reads <body id="main_page_body">.
  2. In your style sheet, after all of the code you already wrote, add the code
    #main_page_body {
        /* background property-value pairs */
    }
  3. Notice that we are using the pound sign (#) to select a specific element by its id attribute. Then, /* background property-value pairs */ is a comment that you replace with the CSS properties you wish to use.

Also!

Write an new entry for the journal. Discuss what you learned about CSS this week.

This work on your journal is due Friday, August 27.