background image size to fit screen in css code example
Example: css fill div with background image
div {
background-image: url("example.com/image.png");
background-size: 100% 100%;
}
div {
background-image: url("example.com/image.png");
background-size: 100% 100%;
}