jquerylove
top_menu
Home
Coding
Freebies
Web Design
Graphic Design
Marketplace
+
Thursday, 5 May 2011
centralize the whole page content using css
#content
{
width: 800px;
margin-left:auto;
margin-right:auto;
}
1 comment:
Suresh Pattu
26 November 2011 at 12:12
#content {
width:975px;
margin:0 auto;
}
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
#content {
ReplyDeletewidth:975px;
margin:0 auto;
}