bcgrnd image css code example
Example 1: background image css
.selector {
background-image: url(image.png);
}
Example 2: css background image
background-image: url("image.gif");
.selector {
background-image: url(image.png);
}
background-image: url("image.gif");