Search
 
SCRIPT & CODE EXAMPLE
 

HTML

HTML slider

body {
background: linear-gradient(to right, red, yellow);
}
.slider {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 500px;
height: 60px;
padding: 30px;
padding-left: 40px;
background: #fcfcfc;
border-radius: 20px;
display: flex;
align-items: center;
box-shadow: 0px 15px 40px #7E6D5766;
}
.slider p {
font-size: 26px;
font-weight: 600;
font-family: Open Sans;
padding-left: 30px;
color: black;
}
.slider input[type="range"] {
-webkit-appearance:none !important;
width: 420px;
height: 2px;
background: black;
border: none;
outline: none;
}
.slider input[type="range"]::-webkit-slider-thumb:hover {
background: black;
}
Comment

PREVIOUS NEXT
Code Example
Html :: simple form label 
Html :: how to add a paragraph in html 
Html :: how to use div in html 
Html :: meta theme-color example 
Html :: simple website with html and css 
Html :: wordpress to static html 
Html :: tag list 
Html :: meta class 
Html :: default index.html code reac 
Html :: jquery animation move point 
Html :: how to do auto composing on jupyter notebook 
Css :: XAMPP: Another web server daemon is already running 
Css :: How to make a backgroud image with no repeat in html 
Css :: css how to make text not break 
Css :: disable click css 
Css :: css no underline 
Css :: remove underline from a link css 
Css :: make a quarter of circle css 
Css :: new line in url 
Css :: remove ul decoration 
Css :: tailwind css cdn 
Css :: Centering a div of unknown height and width 
Css :: css ellipsis max width 
Css :: css resize image without distortion 
Css :: remove color and underline from link css 
Css :: css list elements horizontally 
Css :: jquery css 
Css :: how to set media query for both width and height in css 
Css :: ignore cache pip 
Css :: scrollable table vertical 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =