Advertisement
Lizellea

scroll bar

Jun 10th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. html, body{
  2. background-color:#1D052D;
  3. background-image:url();
  4. background-position: bottom left;
  5. background-size:80%;
  6. background-repeat:no-repeat;}
  7.  
  8.  
  9. Make sure to put the code below this line under what is above this text
  10. ---------------------------------------------------------------------------
  11.  
  12.  
  13. ::-webkit-scrollbar-button:vertical:{
  14. background-color: #280B52;}
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {
  17. background-color:#280B52;
  18. height:150px;}
  19.  
  20. ::-webkit-scrollbar-thumb:horizontal {
  21. background-color:#fff;
  22. height:60px;}
  23.  
  24.  
  25. ::-webkit-scrollbar {
  26. height:60px;
  27. width:5px;
  28. background-color:#fff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement