Answers for "add background image css for image tag"

CSS
5

add background image in css

.w {
background-image: url("images/tom1.png");
}

.a {
background-image: url("images/tom2.png");
}

.s {
background-image: url("images/tom3.png");
}
Posted by: Guest on August-20-2020
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

Browse Popular Code Answers by Language