Guest User

Untitled

a guest
Sep 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. html {
  2. background: #f06;
  3. background: linear-gradient(45deg, #f06, yellow);
  4. min-height: 100%;
  5. }
  6.  
  7. .box {
  8. display: box;
  9. box-align: center;
  10. box-pack: center;
  11. width: 100px;
  12. height: 100px;
  13. margin: 30px;
  14. padding: 15px;
  15. float: left;
  16. background-color: rgba(0, 0, 0, .5);
  17. color: #fff;
  18. font-weight: bold;
  19. font-family: Arial;
  20. font-size: 24px;
  21. }
  22.  
  23.  
  24. #box1 {
  25. border-top-left-radius: 50px 25px;
  26. border-bottom-right-radius: 50px 25px;
  27. border-top-right-radius: 50px 25px;
  28. border-bottom-left-radius: 50px 25px;
  29.  
  30. }
  31.  
  32. #box2 {
  33. background-color: rgba(255, 255, 255, 0);
  34. box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 7);
  35.  
  36.  
  37. }
  38.  
  39. #box3 {
  40. /* write your css here */
  41. }
Add Comment
Please, Sign In to add comment