John Garvin
0
Q:

css background image cover center

html { 
  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;
}
0
body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
1
body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
2
background-position: 10px 20px; /*#10px from left 20px from top*/
4

New to Communities?

Join the community