CSS: Setup a perfect wallpaper using background image

PHOTO EMBED

Sun Aug 28 2022 12:03:37 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #css

.wallpaper {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
content_copyCOPY