Return to Snippet

Revision: 24785
at March 11, 2010 06:19 by hotdiggity


Initial Code
div.parent {
position: relative;
}
div.nested {
position: absolute;
bottom: 0;
}

Initial URL


Initial Description


Initial Title
align nested div to base of parent div

Initial Tags
css

Initial Language
CSS