Custom Scroll Bar With Image
Category: Web, HTML, Tech
How to get a scroll bar like mine: Just copy & paste the code into your 'about me' section Replace 'IMG URL HERE' to any image url (backgrounds & textures work best) You can also change the colours ^^ code: ::-webkit-scrollbar { height: 12px; width: 17px; background: #ffffff; } ::-webkit-scrollbar-thumb { background-image:url(IMG URL HERE); border:1 » Continue Reading