Thursday 5 May 2011

centralize the whole page content using css

#content
{
width: 800px;
margin-left:auto;
margin-right:auto;
}

1 comment:

  1. #content {

    width:975px;

    margin:0 auto;

    }

    ReplyDelete