background as img in css code example
Example 1: how to add background in css
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 2: how to make a image background
how to make a image background
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
how to make a image background