Jump to content

Centering Divisions


JaredFish

Recommended Posts

if you have a <div> as a 'wrapper' and want to center it do this.HTML

...<body><div class="wrapper">......</div></body>...

CSS

.wrapper{   width: 780px;   margin: auto;}

margin:auot will center the div but you must give the div a set width first.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...