Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. body { background:none; }
  2. #profile-container { width:px;background:#; }
  3. ::-webkit-scrollbar {
  4. width: 12px;
  5. }
  6.  
  7. ::-webkit-scrollbar-track {
  8. -webkit-box-shadow: inset 0 0 6px rgba(4,0.5,2,0.3);
  9. border-radius: 10px;
  10. }
  11.  
  12. ::-webkit-scrollbar-thumb {
  13. border-radius: 10px;
  14. -webkit-box-shadow: inset 0 0 6px rgba(7,5,4,0.5);
  15. }
Add Comment
Please, Sign In to add comment