Showing posts with label css web page centering. Show all posts
Showing posts with label css web page centering. Show all posts

Thursday, September 25, 2008

http://bluerobot.com/web/css/center1.html

body {
margin:50px 0px; padding:0px;
text-align:center;
}

#Content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}