0
How can i repeat background image to both x and y
I need to repeat background image to both axis x and y
3 Antworten
+ 6
Use=> background-repeat:inherit;
https://www.sololearn.com/learn/CSS/1105/
+ 4
A background image can be repeated along with the x-axis or y-axis both axes, or not repeated
You can use -- background-repeat:inherit;
If still facing the problem then let us know Rakshit
hope this helps 🤟
0
background-repeat:repeat;