Lego2012
8/12/2017 - 6:51 PM

Attach image to DIV

Attach image to DIV

#test {
  background-image: url("random-art.gif");
  width: 100%;
  height: 200px;
  border: 2px solid red;
  background-attachment: fixed;
}