1html {
2 background: url(images/bg.jpg) no-repeat
3 center center fixed;
4 -webkit-background-size: cover;
5 -moz-background-size: cover;
6 -o-background-size: cover;
7 background-size: cover;
8}
1html {
2 background: url(images/bg.jpg) no-repeat center center fixed;
3 -webkit-background-size: cover;
4 -moz-background-size: cover;
5 -o-background-size: cover;
6 background-size: cover;
7}