Answers for "background image fill 100"

CSS
0

background image fill div

div {
	background-image: url("example.com/image.png");
    background-repeat: no-repeat;
    background-size: cover;
}
Posted by: Guest on February-19-2021

Code answers related to "background image fill 100"

Browse Popular Code Answers by Language