Thursday, February 21, 2013

Position Element Center

.center
{
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}