Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Interactive pricing component using flex css js

#accessibility
Ganesh 280

@Ganesh-Rathor

Desktop design screenshot for the Interactive pricing component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Nice challenge for me.

  1. why is the styling on slider are appear only in mozilla firefox browser (because of using -moz-range-thumb) then how to solve this issue and serve the style to all other browser. everything that I style are invisible in my brave browser why and how to solve it. plese give me feedback.

Community feedback

Byron 2,180

@byronbyron

Posted

@Ganesh-Rathor To style range input on chrome/brave (webkit) you can use:

input[type=range]::-webkit-slider-runnable-track {}
input[type=range]::-webkit-slider-thumb {}

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord