Answers for "repeat image css -background"

CSS
4

How to make a backgroud image with no repeat in html

.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}
Posted by: Guest on July-14-2020
0

background repeat

<repeat-style>#
where 
<repeat-style> = repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}
Posted by: Guest on February-21-2022

Code answers related to "repeat image css -background"

Browse Popular Code Answers by Language