background
|
|
bonsai
The Element
A small area for Bonsai related material.
More icon

Computer
|
|
Up Image
Navigation
Search this Site
Enter your search terms

Site Breadcrumb - You are here
|
Mulder's Stylesheets Tutorial
Lesson 4

by Steve Mulder

Page 1 — Mulder's Stylesheets Tutorial — Lesson 4

Welcome to Lesson 4 of our stylesheets tutorial. We've talked mostly about text thus far, and I think you'll agree that it's about time we introduce color and images into the mix. The CSS properties discussed in this lesson enable us to apply colors to elements and to place images behind elements. If you haven't already been convinced that CSS is a good thing, you will be by the end of this lesson.

We'll be covering these stylesheets properties:

  • color
  • background-color
  • background-image
  • background-repeat
  • background-attachment
  • background-position
  • background
Oh, and here's the answer to the Bonus Question from Lesson 3.

Now, let's dive right into color.

next page»