So, let's say I have a container, that might or might not contain any further elements and has dynamic content, i.e. text generated from database, so we don't know for sure how wide/high can it be.
How would one be able to center both horizontally AND vertically such dynamic elements?
transformproperty. For popups/floating anything: jsfiddle.net/SydXr For inline, horizontal centering I know of only one:display: table; margin: 0 auto;– user1263513 Oct 3 '12 at 17:26