Menu
Styling Text & Links

CSS Backgrounds

Colors, images, gradients.

1Backgrounds

Set background color or image.

Example Code
div {
  background-color: #f0f0f0;
  background-image: url('bg.jpg');
  background-size: cover;
}

Finished reading?

Mark this topic as complete to track progress.