[css] Center text in div?

If you have text inside a <div>:

text-align: center;
vertical-align: middle;
display: table-cell;