/ Published in: CSS
The proper way of centering content using CSS.
Expand |
Embed | Plain Text
BODY { text-align: center; } #centerItem { text-align: left; margin: auto; }
You need to login to post a comment.
fugue on 12/29/06
1 person have marked this snippet as a favorite
The proper way of centering content using CSS.
BODY { text-align: center; } #centerItem { text-align: left; margin: auto; }
You need to login to post a comment.