theonlychase
8/1/2017 - 5:42 PM

Fixed Full Screen Background Image

Fixed Full Screen Background Image

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url(./assets/pubg-final.jpg) !important;
  background-attachment: fixed;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: unset !important;
}