submitted by: Guest

CSS: Center layout with CSS

Center your whole layout with just one single line of code


code snippet:
#container {
   margin: auto 0px;
}