ruesha

container codes (for pc) – 05/28

May 29th, 2024
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. << polaroid camera shape >>
  2. width: 20em;
  3. height: 20em;
  4. border-radius: 50px 50px 50px 40px;
  5. z-index: 999;
  6. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 2px -10px #8F8F8F, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  7. position: relative;
  8. top: 50px;
  9.  
  10. << small circle (to take pic) >>
  11. border: 1px solid #BFB1DE;
  12. border-radius: 100%;
  13. width: 3em;
  14. height: 3em;
  15. position: absolute;
  16. left: 60px;
  17. bottom: 160px;
  18. z-index: 999;
  19. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  20.  
  21. << camera lens thing >>
  22. width: 3em;
  23. height: 4em;
  24. border-radius: 80px;
  25. position: absolute;
  26. left: 60px;
  27. bottom: 225px;
  28. z-index: 999;
  29. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  30.  
  31. << flash thing >>
  32. width: 3.2em;
  33. height: 5.5em;
  34. border-radius: 80px;
  35. position: absolute;
  36. left: 130px;
  37. bottom: 202px;
  38. z-index: 999;
  39. -webkit-filter: drop-shadow(0px 0px 1.5px #424242);
  40.  
  41. << circle 1 >>
  42. border: 1px solid #BFB1DE;
  43. border-radius: 100%;
  44. width: 13em;
  45. height: 13em;
  46. position: absolute;
  47. left: 120px;
  48. bottom: -25px;
  49. z-index: 999;
  50. -webkit-filter: drop-shadow(0px 0px .5px #424242);
  51. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 5%), inset -13px 0px 6px -10px rgb(66 66 66 / 5%), inset 0px 13px 6px -25px #808080, inset 0px -13px 6px -10px rgb(66 66 66 / 5%);
  52.  
  53.  
  54. << circle 2 >>
  55. border: 1px solid #BFB1DE;
  56. border-radius: 100%;
  57. width: 10em;
  58. height: 10em;
  59. position: absolute;
  60. left: 145px;
  61. bottom: 1px;
  62. z-index: 999;
  63. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  64. 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 -14px #808080, inset 0px -13px 6px -10px rgb(66 66 66 / 20%);
  65.  
  66. << circle 3 >>
  67. border: 1px solid #2b2b2b;
  68. border-radius: 100%;
  69. width: 6em;
  70. height: 6em;
  71. position: absolute;
  72. left: 180px;
  73. bottom: 36px;
  74. z-index: 999;
  75. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  76. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #808080, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
Advertisement
Add Comment
Please, Sign In to add comment