Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css beutify scroller

body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to wrap text in div css 
Css :: css input selector 
Css :: css center text in div 
Css :: vertcial text css 
Css :: css div side rounded 
Css :: css shadow 
Css :: css rotate 90 degrees 
Css :: how to align divs in a row 
Css :: media query tablet only 
Css :: how to center div in css 
Css :: center align in grid 
Css :: how to add space between menu items in css 
Css :: get all tables laravel 
Css :: remove all css styles from element 
Css :: textarea only one line 
Css :: responsive font size 
Css :: verticle line css 
Css :: nunito font 
Css :: css table column spacing 
Css :: transition shorthand css 
Css :: To make the datetime always LTR 
Css :: shadow on top for scroll 
Css :: align button to bottom of div 
Css :: steps() property css 
Css :: css darken 
Css :: rgba blue color 
Css :: css grid full width row 
Css :: css style for the first element only 
Css :: change bot page background top.gg 
Css :: font for css code google link 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =