Return to Snippet

Revision: 70615
at May 10, 2016 20:42 by envane21


Updated Code
body{
background: url("http://img/BG.jpg") no-repeat center center fixed; ; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Revision: 70614
at May 10, 2016 18:36 by envane21


Initial Code
body{
  background-image: url("<?= $this->staticPath ?>/img/mainBG1.jpg"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

Initial URL


Initial Description
background image full size centered

Initial Title
Background image full size

Initial Tags
image, background, center

Initial Language
CSS