Artemisia
24
Q:

background css image

background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
33
body
{
  background-image: url("img.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
4
.selector {
  background-image: url(image.png);
}
14

body {

 background-image: url("paper.gif");

 background-color: #cccccc;

} 
 
6
html,body {
  background-image: url("your.picture");
}
18
body {
 background-image: url("paper.gif");

}
2
background-image: url("image.gif");
9
background-image: url('./image.jpg');
0

New to Communities?

Join the community