Background Fixed Css

Sandeepraturi
Posted by Sandeepraturi under CSS 3 category on | Points: 40 | Views : 1732
Put this code inside of your css


body
{
margin:0px 0px 0px 0px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;

}

Comments or Responses

Login to post response