development:css:cent_wp

Centering a web page with CSS

Web page DIV:

<div id="page-wrap"><br /> <!-- all websites HTML here --></div>

And CSS:

#page-wrap {
width: 800px;
margin: 0 auto;
}
Enter your comment:
6 +2 =
 
  • development/css/cent_wp.txt
  • Last modified: 2019/10/31 09:04
  • by 127.0.0.1