I have a div
set to display:block
. (90px
height
and width
) and I have some text inside.
I need the text to be aligned in the center both vertically and horizontally.
I have tried text-align:center
, but it doesn't do the horizontal part so I tried vertical-align:middle
but it didn't work.
Any ideas?
I always use the following CSS for a container, to center it's content horizontally and vertically.
See it in action here: https://jsfiddle.net/yp1gusn7/
Apply style:
Your text would be centered irrespective of its length.
Give this css class to the targeted