Showing posts with label CSS Background Properties. Show all posts
Showing posts with label CSS Background Properties. Show all posts

Background-Repeat

Background-repeat in CSS.

Syntax (background-repeat : values;)
  • background-repeat
  • Values: repeat | repeat-x | repeat-y | no-repeat

Example:


.class_name {background-repeat : repeat-x;}

Background-Image

Background-Image in CSS.

Syntax (
background-image:values)
  • background-image
  • Values: image-url| none
Example:

.class_name{background-image : bg.gif;}

Background-Color

Background-Color in CSS.

Syntax (
background-color:values;)
  • background-color
  • Values: aqua | black | blue | green | lime etc...

Example:

.class_name{background-color : green;}