ruesha

codes 08/02

Aug 3rd, 2024 (edited)
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. < --- main container --- >
  2. box-shadow: inset 0px 0px 8px #678599;
  3. border-radius: 5px;
  4. padding: 10px;
  5. height: 280px;
  6.  
  7. < --- name info (in container) --- >
  8. font-family: pixel;
  9. margin-top: 6px;
  10.  
  11. < --- links --- >
  12. font-family: pixel;
  13. position: absolute;
  14. left: 10px;
  15. bottom: 0px;
  16.  
  17. < --- heart --- >
  18. position: absolute;
  19. right: -10px;
  20. bottom: -20px;
  21. -webkit-transform: rotate(20deg);
  22. z-index: 3;
  23.  
  24. < --- img container --- >
  25. width: 95%;
  26. height: 100px;
  27. border-radius: 10px;
  28. position: absolute;
  29. left: 9px;
  30. bottom: 10px;
  31. z-index: 2;
  32. padding: 6px;
  33.  
  34. < --- scroll 01 css --- >
  35. background: #ffffffba;
  36. width: 145px;
  37. height: 85px;
  38. overflow-y: scroll;
  39. font-family: pixel;
  40. color #696969;
  41. font-size: 0.75em;
  42. border-radius: 10px;
  43. padding: 10px;
  44. position: relative;
  45. left: 4px;
  46. top: 1px;
  47.  
  48. < --- scroll 02 css --- >
  49. background: #ffffffba;
  50. width: 145px;
  51. height: 85px;
  52. overflow-y: scroll;
  53. font-family: pixel;
  54. color #696969;
  55. font-size: 0.75em;
  56. border-radius: 10px;
  57. padding: 10px;
  58. position: relative;
  59. right: -4px;
  60. top: 1px;
  61.  
  62.  
Advertisement
Add Comment
Please, Sign In to add comment