0
Why whithout "/" my image is not working? "cover / top" is not working too.
background: url(image) no-repeat top / cover;
1 Resposta
+ 4
body {
background-image: url("[...]");
background-repeat: repeat-x;
}
try this!
background: url(image) no-repeat top / cover;