Answers for "in css which property is use to repeate the background image horizantally"

CSS
4

how to make image not repeat on background

.image {
 background-repeat: no-repeat;
}
Posted by: Guest on April-26-2020

Code answers related to "in css which property is use to repeate the background image horizantally"

Browse Popular Code Answers by Language