Answers for "Apply image as full screen responsive background"

CSS
0

Apply image as full screen responsive background

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
Posted by: Guest on January-24-2022

Code answers related to "Apply image as full screen responsive background"

Browse Popular Code Answers by Language