CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
how to display text in vertical middle
ahmed18
Permalink to comment
#
October 2011
Hey ,
how can i display text in vertical middle of image like { text-align:center; } but for vertical not horizontal
cnwtx
Permalink to comment
#
October 2011
verticle-align:middle;
has some restrictions, but it should work for what you want.
Eric
Permalink to comment
#
October 2011
If its only one line then you can use line-height equal to the height of the image.
Mottie
Permalink to comment
#
October 2011
Chris just made
this post
two days ago ;)
Add a Comment
how can i display text in vertical middle of image like { text-align:center; } but for vertical not horizontal
verticle-align:middle;has some restrictions, but it should work for what you want.