+ 1
How do you stop the repetition of a image
The image I applied to the header just keeps repeating itself and I cannot set the width of the image cause then it won't cover the page in full screen and the navigation tab will also get stuck with the same width
2 Answers
+ 2
It is helpful to share your code when you need help with technical issues such as explained.
To prevent the image from repeating use this CSS.
background-repeat: no-repeat;
0
Thanks I will share it next time đđ