Guest User

Untitled

a guest
Jan 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: .5em;
  3. }
  4.  
  5. ::-webkit-scrollbar-thumb {
  6. background: #f49b42;
  7. border-radius: 100px;
  8. }
  9.  
  10. ::-webkit-scrollbar-thumb:hover {
  11. background: #cc731a;
  12. }
  13.  
  14. ::-webkit-scrollbar-track {
  15. background: #b8c0c8;
  16. }
  17.  
  18. p {
  19. margin-bottom: 1000px;
  20. }
Add Comment
Please, Sign In to add comment