Advertisement
rakeshr

How to center absolute element in div?

Aug 25th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <body>
  2.     <div style="position: absolute; left: 50%;">
  3.         <div style="position: relative; left: -50%; border: dotted red 1px;">
  4.             I am some centered shrink-to-fit content! <br />
  5.             tum te tum
  6.         </div>
  7.     </div>
  8. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement