Posts tagged ‘Background’

CSS Background

CSS background properties are used to define the background effects of an element.

CSS properties used for background effects:

  • background-color
  • background-image
  • background-repeat
  • background-attachment
  • background-position

Background Color

The background-color property specifies the background color of an element.

The background color of a page is defined in the body selector: Continue reading ‘CSS Background’ »