Answers for "two background images in one div"

CSS
8

two background images css

#example1 {
  background-image: url(img_flwr.gif), url(paper.gif);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
}
Posted by: Guest on February-21-2021

Browse Popular Code Answers by Language