Flat Range Sliders

Size
2,467 Kb
Views
20,240

How do I make an flat range sliders?

What is a flat range sliders? How do you make a flat range sliders? This script and codes were developed by Rosh Jutherford on 04 September 2022, Sunday.

Flat Range Sliders Previews

Flat Range Sliders - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flat Range Sliders</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html{ background:#e74c3c;
}
form{ width:260px; height:260px; margin:0 auto;
}
input[type="range"]{ -webkit-appearance:none; width:160px; height:20px; margin:10px 50px; background: linear-gradient(to right, #9A2720 0%, #9A2720 100%); background-size:150px 10px; background-position:center; background-repeat:no-repeat; overflow:hidden; outline: none;
}
input[type="range"]:first-of-type{ margin-top:30px;
}
input[type="range"]::-webkit-slider-thumb{ -webkit-appearance:none; width:20px; height:20px; background:#F26B5E; position:relative; z-index:3; box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}
input[type="range"]::-webkit-slider-thumb:after{ content:" "; width:160px; height:10px; position:absolute; z-index:1; right:20px; top:5px; background: #ff5b32; background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}
p{ width:100%; text-align:center; color:white; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', Roboto, Arial, Sans-serif; font-size:32px; margin-top:30px;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <form> <p>Flat Range Sliders</p> <input type="range" value="50"/> <input type="range" value="0"/> <input type="range" value="0"/>
</form> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Flat Range Sliders - Script Codes CSS Codes

html{ background:#e74c3c;
}
form{ width:260px; height:260px; margin:0 auto;
}
input[type="range"]{ -webkit-appearance:none; width:160px; height:20px; margin:10px 50px; background: linear-gradient(to right, #9A2720 0%, #9A2720 100%); background-size:150px 10px; background-position:center; background-repeat:no-repeat; overflow:hidden; outline: none;
}
input[type="range"]:first-of-type{ margin-top:30px;
}
input[type="range"]::-webkit-slider-thumb{ -webkit-appearance:none; width:20px; height:20px; background:#F26B5E; position:relative; z-index:3; box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}
input[type="range"]::-webkit-slider-thumb:after{ content:" "; width:160px; height:10px; position:absolute; z-index:1; right:20px; top:5px; background: #ff5b32; background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}
p{ width:100%; text-align:center; color:white; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', Roboto, Arial, Sans-serif; font-size:32px; margin-top:30px;
}
Flat Range Sliders - Script Codes
Flat Range Sliders - Script Codes
Home Page Home
Developer Rosh Jutherford
Username the_ruther4d
Uploaded September 04, 2022
Rating 4.5
Size 2,467 Kb
Views 20,240
Do you need developer help for Flat Range Sliders?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Rosh Jutherford (the_ruther4d) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!