Advertisement
ruesha

media rule 9/1/24

Sep 1st, 2024 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. < --- name text --- >
  2. bottom: 5px;
  3.  
  4. < --- main container --- >
  5. width: 90%;
  6. height: 330px;
  7.  
  8. < --- menu text --- >
  9. width: 70px;
  10. right: 5px;
  11.  
  12. < --- 'about' text --- >
  13. width: 50px;
  14.  
  15. < --- guidelines container --- >
  16. width: 200px;
  17. left: 27px;
  18. bottom: 160px;
  19.  
  20. < --- guidelines header --- >
  21. width: 90px;
  22. left: 52px;
  23.  
  24. < --- guidelines img --- >
  25. bottom: 235px;
  26. left: 195px;
  27.  
  28. < --- likes container --- >
  29. left: 27px;
  30. bottom: 160px;
  31. width: 110px;
  32.  
  33. < --- tunes container --- >
  34. left: 143px;
  35. bottom: 160px;
  36. width: 110px;
  37.  
  38. < --- likes/tunes header --- >
  39. width: 80px;
  40. left: 8px;
  41.  
  42. < --- scrollboxes for likes/tunes sections --- >
  43. border-radius: 5px;
  44.  
  45. < --- likes/tunes img --->
  46. bottom: 230px;
  47. left: 120px;
  48.  
  49. < --- likes/tunes header hover --- >
  50. background: #749bc2;
  51. width: 80px;
  52. border-radius: 30px 30px 0px 0px;
  53. border-top: 1px solid #adadad;
  54. border-left: 1px solid #adadad;
  55. border-right: 1px solid #adadad;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement