Q&A
Ask and answer questions to make information more available to wider audiences.
Colt Ocinican @ocinicancolt   21, Apr 2023 12:00 AM
control image repetition
How can I use CSS to control image repetition?
answers 1
 
Answer 1
Joshua Becraft @joshuabecraft89   28, Apr 2023 10:50 AM
The background-repeat property is used to control the image. Example:
h3 {
background-repeat: none;
 }