Advertisement
congdantoancau

Center absolute parent

Jan 12th, 2018
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 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. <a href="https://stackoverflow.com/questions/1776915/how-to-center-absolutely-positioned-element-in-div">Source</a>
  9. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement