Side Scroll-Bar Design

-------------------------------------CSS-----------------------------------------
::-webkit-scrollbar{
    width : 25px;
    }
::-webkit-scrollbar-track{
    border : 7px solid #232943;
    box shadows : inset 0 0 2.5px 2px rgba(0,0,0,0,7)
    }
::-webkit-scrollbar-thumb{
    background : linear-gradient (
        45deg;
        #06dee1;
        #79ffbc;
        );
    }

Comments

Popular posts from this blog

edistrict

richTextEditor

CSS-position property