How to set the background image of an DIV in CSS?
background-image: url('image path');
Put this block of code in your CSS to set the background image.
Put this in your <DIV>
class or ID block:
background-image:url('../img/bg.png');
background-image: url('image path');
Put this block of code in your CSS to set the background image.
Put this in your <DIV>
class or ID block:
background-image:url('../img/bg.png');