Skip to content

Instantly share code, notes, and snippets.

@rcolepeterson
Created March 22, 2012 21:00
Show Gist options
  • Save rcolepeterson/2164512 to your computer and use it in GitHub Desktop.
Save rcolepeterson/2164512 to your computer and use it in GitHub Desktop.
align at the bottom of div
.myClass{ position: relative;.nestedClass{margin-bottom:0;position: absolute; bottom: 0;}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment