background-image: url("image.png"); background-position: center; background-repeat: no-repeat; background-size: cover;
body { background-image: url("img.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; }
.selector { background-image: url(image.png); }
body { background-image: url("paper.gif"); background-color: #cccccc; }
html,body { background-image: url("your.picture"); }
body { background-image: url("paper.gif"); }
background-image: url("image.gif");
background-image: url('./image.jpg');