Perfectly center a <div> of text?
Perfectly center a <div> of text?
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- Continuity0
div {
margin: auto;
}Hey presto, job done.
(Does not work with some versions of IE, however.)
div {
margin: auto;
}
Hey presto, job done.
(Does not work with some versions of IE, however.)