Advertisement
Guest User

Untitled

a guest
Jun 1st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .holder{
  2. position:relative;
  3. width:40px;
  4. bacgrond-color:yellow;
  5. }
  6. .top{
  7. width: 50px;
  8. height:50px;
  9. background:red;
  10. border:blue solid 2px;
  11. border-bottom:none;
  12. position:relative;
  13. z-index:4
  14.  
  15. }
  16. .bottom{
  17. z-index:2;
  18. width: 100px;
  19. height: 100px;
  20. position:absolute;
  21. top:50px;
  22. left:0;
  23. border: blue solid 2px;
  24. background:red;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement