View Full Version : Centering a web layout
uvlove
08-03-2009, 04:57 AM
http://serenadelyts.com/
How do I center this layout?
bluewalrus
08-03-2009, 02:32 PM
Open your image editing program and center the image. Then adjust your pixels for all your absolute positioned elements.
davelf
08-11-2009, 07:50 AM
background-position:bottom center;
add that code on css
Total_me
08-21-2009, 03:05 PM
This is really simple:
On your container write:
#container {
margin:0 auto;
}
and in body
body {
text-align: center;
}
Thats all :P
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.