Return to Snippet

Revision: 23505
at February 8, 2010 19:14 by browncardigan


Initial Code
body {
text-align:center;
}

div.content {
position:absolute;
height:200px;
width:500px;
top:50%;
left:50%;
margin-top:-100px;
margin-left:-250px;
background:#000;
}

Initial URL
http://bettesmidler.com/code/2009-09-03.htm

Initial Description


Initial Title
vertical and horizontal centering with CSS

Initial Tags


Initial Language
CSS