mixue

diaries crd containers

Aug 8th, 2022 (edited)
1,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. #container01 {
  2. border-radius: 30px;
  3. height: 18em;
  4. background-image: linear-gradient(90deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0) 100%), url("link");
  5. background-position: center;
  6. background-size: auto;
  7. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 20%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 30%);
  8. }
  9.  
  10. #container02 {
  11. width: 13em;
  12. height: 1.5em;
  13. border-radius: 20px 20px 0px 0px;
  14. border-top: 2px solid #000;
  15. border-left: 2px solid #000;
  16. border-right: 2px solid #000;
  17. background: white;
  18. z-index: 3;
  19. position: absolute;
  20. bottom: 3.5em;
  21. left: 13.5em;
  22. }
  23.  
  24. #container03 {
  25. border-radius: 0px 0px 20px 20px;
  26. border: 2px solid #000;
  27. background: white;
  28. width: 13em;
  29. height: 6.5em;
  30. z-index: 3;
  31. position: absolute;
  32. bottom: -3em;
  33. left: 13.5em;
  34. }
  35.  
  36. #container04 {
  37. height: 14em;
  38. width: 11.3em;
  39. background: linear-gradient(180deg, #000 55%, #fff 100%);
  40. border: 4px double #000;
  41. border-radius: 0px 50px;
  42. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 20%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 30%);
  43. position: absolute;
  44. bottom: 1em;
  45. right: 11.5em;
  46. }
  47.  
  48. #container05 {
  49. background: linear-gradient(180deg, #000 55%, #fff 100%);
  50. height: 11em;
  51. width: 9.5em;
  52. border: 4px double #000;
  53. border-radius: 50px 0px;
  54. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 20%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 30%);
  55. position: absolute;
  56. bottom: 4.2em;
  57. left: 12.3em;
  58. }
  59.  
Advertisement
Add Comment
Please, Sign In to add comment