html how to make the background image fit screen code example
Example: how to cover full image in css
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}