Answers for "ho to add background image in css"

0

ho to add background image in css

body {
  background-image: url("img_tree.gif"), url("paper.gif");

    background-color: #cccccc;
}
Posted by: Guest on May-11-2021

Code answers related to "ho to add background image in css"

Browse Popular Code Answers by Language