advanced code snippet search
kebarton01 on 02/04/11
div center
02/04/11 02:26am
2 people have marked this snippet as a favorite
karstenroweabbyabigale
<div id="wrapper"> All the content that you want to be centered inside the wrapper goes here. </div> #wrapper { margin: 0 auto; width: 960px; }
Report this snippet Tweet
Comment:
You need to login to post a comment.