i dont where i was wrong because i cant make my css image show in my website.
here is the css code:
is there somthing wrong in my css code?
here is the css code:
Code:
div.Logo
{
background-image:url('images/Gladiator.png');
background-repeat:no-repeat;
background-position:left;
}
is there somthing wrong in my css code?