Guest User

Untitled

a guest
Aug 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Position children div above parent div
  2. <div id="1">
  3. <div id="2">
  4. </div>
  5. </div>
  6.  
  7. |-------|
  8. | div2 |
  9. ------| |
  10. | |_______|
  11. | |
  12. | div1 |
  13. |__________|
  14.  
  15. #div2 {
  16. position:relative;
  17. top:-30px;
  18. left:100px;
  19. }
Add Comment
Please, Sign In to add comment