Tag: Scroll Bar CSSS
Custom Scroll Bar CSS with Gradient Effect
Custom Scroll Bar CSS ::-webkit-scrollbar{width: 0.9vw;background: #DE81A0;}::-webkit-scrollbar-thumb{background: -webkit-linear-gradient(transparent,#710D3A);background: linear-gradient(transparent,#710D3A);border-radius: 20px;} Custom Scroll Bar Hover CSS…