Guest User

Untitled

a guest
Dec 11th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2.  
  3. body{
  4. height:100%;
  5. }
  6. .container{
  7.  
  8. position: relative;
  9. width: 300px;
  10. height: 300px;
  11. background-color: red;
  12. margin: auto;
  13. margin-top:-150px;
  14. top:50%;
  15. }
  16.  
  17. .item{
  18. position: absolute;
  19. width: 100px;
  20. height: 100px;
  21. background-color: blue;
  22. left:0;
  23. right:0;
  24. top:0;
  25. bottom:0;
  26. margin: auto;
  27. }
Add Comment
Please, Sign In to add comment