Search
 
SCRIPT & CODE EXAMPLE
 

CSS

coustomize srollbar

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to make a triangle in css 
Css :: add cursor to html button 
Css :: css cut text of 
Css :: css svg width 100% 
Css :: dont brake text in css 
Css :: Adding gradient to text color 
Css :: border properties css 
Css :: How to remove horizontal scrollbar and yet allow vertical 
Css :: make button stretch to fit text 
Css :: top left right bottom css shorthand 
Css :: image right css 
Css :: css 2 bilder nebeneinander 
Css :: change icon color to gradient css 
Css :: mat stepper custom css 
Css :: css grid auto wrap 
Css :: add line below text css 
Css :: tint image with background color css 
Css :: max z-index value css 
Css :: tailwind @apply 
Css :: css text gradient 
Css :: css scroll snap 
Css :: how to use the transition left in css 
Css :: css grid no stretch 
Css :: how to wrap text in css 
Css :: background properties css 
Css :: delected blue border when an input is selected 
Css :: download s3 bucket files on l local 
Css :: call circle icon in html css 
Css :: svg stroke color 
Css :: how to make div possion top in css 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =