Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. * {
  2. box-sizing: border-box;
  3. }
  4.  
  5.  
  6. .box {
  7. width: 100px;
  8. height: 100px;
  9. padding: 20px;
  10. font-size: 15px;
  11. text-transform: uppercase;
  12. color: #FFF;
  13. position: absolute;
  14. }
  15.  
  16. .box1 {
  17. background: #3399FF;
  18. top: 10px;
  19. left: 10px;
  20. z-index: -4;
  21. }
  22.  
  23. .box2 {
  24. background: #F9DC5C;
  25. top: 20px;
  26. left: 20px;
  27. z-index: 55;
  28. }
  29. .box3 {
  30. background: #ED254E;
  31. top: 30px;
  32. left: 30px;
  33. z-index: -2;
  34. }
  35. .box4 {
  36. background: #C2EABD;
  37. top: 40px;
  38. left: 40px;
  39. z-index: -1;
  40. }
Add Comment
Please, Sign In to add comment