Range-filter

Size
2,551 Kb
Views
10,120

How do I make an range-filter?

What is a range-filter? How do you make a range-filter? This script and codes were developed by KONSTANTIN TRUNOV on 26 November 2022, Saturday.

Range-filter Previews

Range-filter - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>range-filter</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="range-filter"> <div class="range-controls"> <div class="scale"> <div class="bar" style="width:70%"></div> </div> <div class="toggle min-toggle"></div> <div class="toggle max-toggle"></div> </div> <div class="price-controls"> от <input class="min-price" type="text" value="0"/> до <input class="max-price" type="text" value="15 000"/> </div>
</body>
</html>

Range-filter - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto);
body { font-family: 'Roboto', sans-serif;
}
.range-filter { width: 240px; margin: 50px auto;
}
.range-controls { position: relative; height: 80px; margin-bottom: 15px; padding: 0 30px; background: #f1f1f1; border-radius: 5px; overflow: hidden;
}
.range-controls .scale { margin-top: 39px; height: 2px; background: #d7dcd9;
}
.range-controls .bar { height: 2px; background: #00ca74;
}
.range-controls .toggle { width: 4px; height: 4px; border: 8px solid #fff; background: #ababab; position: absolute; top: 30px; left: 30px; cursor: pointer; border-radius: 50%; box-shadow: 0 2px 1px 0 #cfcfcf;
}
.range-controls .max-toggle { left: 145px;
}
.price-controls { white-space: nowrap;
}
.price-controls input { width: 60px; padding: 8px 10px; margin-left: 10px; background: #f1f1f1 ; font-size: 16px; font-weight: 300; text-align: center; color: #283136; border-radius: 5px; outline: none; border: none;
}
.price-controls .min-price { margin-right: 18px;
}
Range-filter - Script Codes
Range-filter - Script Codes
Home Page Home
Developer KONSTANTIN TRUNOV
Username truman55
Uploaded November 26, 2022
Rating 3
Size 2,551 Kb
Views 10,120
Do you need developer help for Range-filter?

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!

KONSTANTIN TRUNOV (truman55) Script Codes
Create amazing blog posts 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!