How can you use CSS to control image repetition?

The background-repeat property is used to control the image. Example:

h3 {

background-repeat: none;

 }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *