Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. div.box{
  5. height:100px;
  6. border:1px solid green;
  7. }
  8. div.spacer{
  9. height:50%;
  10. border:1px solid red;
  11. }
  12. p{
  13. margin-top:-0.5em;
  14. border:1px solid blue;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="box">
  20. <div class="spacer"></div>
  21. <p>test</p>
  22. </div>
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment