Scroll Bar designing | CSS


CSS |
/*scrollbar styling*/
.content::-webkit-scrollbar{
     width12px;
     
}
.content::-webkit-scrollbar-thumb{
     border-radius8px;
     background: -webkit-gradient(linear, left top, left bottom, 
                 from(#1f456e), to(#1f456e));
     box-shadow: inset 2px 2px 2px rgba(2552552550.25), 
                 inset -2px -2px -2px rgba(0000.25);
     border1px solid black;
}
.content::-webkit-scrollbar-track{
     backgroundlinear-gradient(to right, #201c29#201c291px#f3e5ab , 1px ,#f3e5ab );
     border-radius8px;
}

Comments

Popular posts from this blog

Generative AI Model for text summarization

maintext/ react

Resume description for AI/ ML Developer