Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css edit scroll bar

::-webkit-scrollbar{width:6px;border-left:1px solid #E6ECF8;}
::-webkit-scrollbar-thumb{background-color:#d6872c;}
Comment

customize scroll bar CSS

  .Class::-webkit-scrollbar {
    width: 2px;
  }
  
  .Class::-webkit-scrollbar-track {
    border-radius: px;
    background: #c9cacc;
  }
  
  .Class::-webkit-scrollbar-track:hover {
    background: #78797a;
  }
  
  .Class::-webkit-scrollbar-thumb {
    background: #3d5585; 
    border-radius: 10px;
  }
  
  .scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #01143b; 
  }
Comment

PREVIOUS NEXT
Code Example
Css :: css grid reverse column order 
Css :: font awesome pseudo element 
Css :: how to split a background into two color in css 
Css :: css ganzer button anklickbar 
Css :: codeigniter return last inserted id 
Css :: check if audio element is playing css 
Css :: on clicking a link it gets red color 
Css :: slick arrow css 
Css :: div not larger than its content 
Css :: how to block elements from scrolling css 
Css :: roboto google apis 
Css :: ssh: connect to host 165.22.132.219 port 22: Connection refused 
Css :: coustomize srollbar 
Css :: flex direction 
Css :: crop img css 
Css :: vscode set terminal letter spacing 
Css :: Placeholder font-family 
Css :: text in circle css 
Css :: how to move text down in css 
Css :: bulma capitalized 
Css :: vertical align span tailwindscss 
Css :: how to center pseudo element 
Css :: remove border svg 
Css :: image rotate with css 
Css :: css horizontal linear gradient 
Css :: bash list all npm processes 
Css :: responsive font-size 
Css :: margin 0 auto 
Css :: horizontal scroll 
Css :: css add shade over background image 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =