Answers for "fit background image to top of screen css"

CSS
3

html background image fit to screen

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
Posted by: Guest on May-11-2020

Code answers related to "fit background image to top of screen css"

Browse Popular Code Answers by Language