Answers for "make background image cover whole div"

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 "make background image cover whole div"

Browse Popular Code Answers by Language