How to align text vertically ?

Posted by Misha Moroshko on Stack Overflow See other posts from Stack Overflow or by Misha Moroshko
Published on 2010-05-13T12:24:19Z Indexed on 2010/05/13 12:34 UTC
Read the original article Hit count: 154

Filed under:
|

What is the easiest way to align the text vertically here with CSS ?

<ul>
    <li>Hello</li>
    <li>Bye Bye</li>
    <li>Ciao</li>
</ul>

li {
    border: 1px solid black;
    width: 100px;
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
}

© Stack Overflow or respective owner

Related posts about css

Related posts about vertical-alignment