Last active
March 23, 2016 19:04
-
-
Save SIRHAMY/0c65198a3f2f25511e95 to your computer and use it in GitHub Desktop.
Vertically align TD tag in HTML Table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
td { | |
vertical-align: bottom; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment