How can i repeat background image to both x and y | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i repeat background image to both x and y

I need to repeat background image to both axis x and y

30th Aug 2020, 9:08 AM
Dragon
Dragon - avatar
3 Answers
+ 6
Use=> background-repeat:inherit; https://www.sololearn.com/learn/CSS/1105/
30th Aug 2020, 9:09 AM
Namit Jain
Namit Jain - avatar
+ 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 🤟
30th Aug 2020, 10:06 AM
Piyush
Piyush - avatar
0
background-repeat:repeat;
30th Aug 2020, 3:00 PM
Divya Mohan
Divya Mohan - avatar