Answers for "repeat background color css"

CSS
0

background-repeat

background-image: url('path_to_background_image');
background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;
Posted by: Guest on February-12-2022
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 background color css"

Browse Popular Code Answers by Language