Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to make your scrollbar tie-dye
- First:
- Find this code in your HTML
- ::-webkit-scrollbar-thumb:vertical
- Second:
- Paste THIS CODE right after
- background:-webkit-gradient(linear, left top, left bottom, from(#C9EAF3), to(#23819C));
- It should look like this:
- ::-webkit-scrollbar-thumb:vertical { background:-webkit-gradient(linear, left top, left bottom, from(#C9EAF3), to(#23819C));
- THERE SHOULD BE MORE STUFF AFTER IT LIKE YOUR BORDER, HEIGHT, WIDTH, ETC. LEAVE THAT BE.
- Third:
- Using this site, change the color codes.
- http://immigration-usa.com/html_colors.html
- #C9EAF3 #23819C
- DONE. SAVE.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement