Chapter 12. CSS: Styling Backgrounds
In this chapter, you'll learn background styling.
There are two ways to style the background of HTML elements. One is adding color. The other is using images.
There are several approaches to specifying background colors and customizing background images using CSS properties.
The following lessons are covered in this chapter.
Lessons in this chapter
- background-color
- background-image
- background-size
- background-repeat
- background-position
- background-attachment
- background (Multiple Properties)