div#thing { position: absolute; top: 0px; z-index: 2; margin: 0 auto; } text text text with no fixed size, variable fon
text text text with no fixed size, variable fon
To center it both vertically and horizontally do this:
div#thing { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }