Category: Music
/*Customizes scroll bar*/ /* width */ ::-webkit-scrollbar { width: 15px; } /*Customizes color of Handle */ ::-webkit-scrollbar-thumb { width: 5px; background-color: #bc40ff; border-radius: 10px; } /*Customizes color of Handle hover*/ ::-webkit-scrollbar-thumb:hover { background: #8932b8; } /*Customizes color of Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #f1f1f1; backgro... » Continue Reading
» View Blog Entry
— 1 Comment— 2 Kudos
Category: Music
/*Customizes scroll bar*/ /* width */ ::-webkit-scrollbar { width: 15px; } /*Customizes color of Handle */ ::-webkit-scrollbar-thumb { width: 5px; background-color: #f0b8ff; box-shadow: 0px 0px 15px #c800ff; border-radius: 8px; } /*Customizes color of Handle hover*/ ::-webkit-scrollbar-thumb:hover { background: #c800ff; } /*Customizes color of Track */ ::-webkit-scrollbar-track { -webkit-box-shado... » Continue Reading
» View Blog Entry
— 2 Kudos
Category: Music
/*Customizes scroll bar*/ /* width */ ::-webkit-scrollbar { width: 15px; } /*Customizes color of Handle */ ::-webkit-scrollbar-thumb { width: 5px; background-color: #ff00aa; border-radius: 10px; } /*Customizes color of Handle hover*/ ::-webkit-scrollbar-thumb:hover { background: #d60084; } /*Customizes color of Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #f1f1f1; backgro... » Continue Reading
» View Blog Entry