BS5 Range Custom Range Add the .form-range class to the input element with type=”range” in order to style a range menu: Custom range Default range Example Custom range Steps The gap between the range numbers is one by default. The step attribute can be used to alter it: Example Min and Max The minimum value is 0 and the highest value is 100 by default. The min and/or max attributes can be used to modify it: Example