Skip to content

Instantly share code, notes, and snippets.

@taras
Created September 6, 2009 04:09
Show Gist options
  • Save taras/181635 to your computer and use it in GitHub Desktop.
Save taras/181635 to your computer and use it in GitHub Desktop.
<style type="text/css">
#container {
margin: 0px auto;
}
</style>
<center>
<div id="container">
</div>
</center>
<!--
center - is for ie
margin: 0px auto - is for all proper browsers ( auto refers to left and right margin )
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment