I want to create a two button slider and apply styles to the same. I have created slider but not able to style the slider.
Here is what I require
Here is what I have done
I am not able to style slider using css
.slider {
display: flex;
background-color: white;
color: green;
}
<div class="slider">
<input type="range">
<input type="range">
</div>