Revision: 16408
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 3, 2009 12:37 by webdevelopertut
Initial Code
HTML:
<div class="parent">
<div class="child">
Content here
</div>
</div>
CSS:
.parent{
position:fixed;
bottom:0px;
width:100%; //width should be 100%
}
.child{
width:100px; //min width should give to center the div.
margin:0px auto; //here it will make center
}
Initial URL
http://htmlcsstutorials.blogspot.com/2009/08/center-align-div-horizontally-and.html
Initial Description
Initial Title
Center align a div horizontally and bottom of the page
Initial Tags
css
Initial Language
CSS