When I specify text-align:center for an element with a width that is greater than the width of the text, the text is centered within the content box of the elem
text-align:center
this one seems to work: add a wrapper block with position relative and left:50% margin-left:-100% you can see it here Here's the code:
some text some text that will overflow