Skip to content

Instantly share code, notes, and snippets.

@SIRHAMY
Last active March 23, 2016 19:04
Show Gist options
  • Save SIRHAMY/0c65198a3f2f25511e95 to your computer and use it in GitHub Desktop.
Save SIRHAMY/0c65198a3f2f25511e95 to your computer and use it in GitHub Desktop.
Vertically align TD tag in HTML Table
td {
vertical-align: bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment