Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div id="wrapper">
  2. <h1>Place me on top please. How?!</h1>
  3. <div id="placeholder"></div>
  4. </div>
  5.  
  6. #wrapper { position:relative; }
  7. h1 { z-index:100; color:blue; font-size:5em; margin:0; line-height:0.9em; }
  8. #placeholder {
  9. width:500px;
  10. height:300px;
  11. position:absolute;
  12. top:0;
  13. left:0;
  14. z-index:1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement