Revision: 70615
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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