Perfectly center a <div> of text?
Perfectly center a <div> of text?
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- estetic0
div.container {
display: table-cell;
text-align: center;
vertical-align: middle;
}This presents some issues with positioning the container div but its the only reliable way to center vertically with live text (unknown widths act) w/o JS