Answers for "what is background repeat"

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

Code answers related to "what is background repeat"

Browse Popular Code Answers by Language