In Using Css Background-Repeat Property, How Do You Set An Image To Only Repeat Horizontally?

In using CSS Background-Repeat Property, how do you set an image to only repeat horizontally?

Answer:

This is the default value. repeat-x : tile the image horizontally. repeat-y : tile the image vertically. no-repeat : dont tile, just show the image once.

Explanation:


Comments