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;}

0 comments