For some reason I am stumped over such a simple thing.
How can I center align a fixed position object with a bottom border that will vary in width?
The problem I have now is that it works only with a 100% width object.
I could do this easily with a fixed width div, or with javascript, but is there a css-only solution to this?
Use
display: inline-block;on#title p.demo