Answers for "background repeat property values"

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 "background repeat property values"

Browse Popular Code Answers by Language