Zosima
@SantiagoPonceAll comments
- @Lozzek@SantiagoPonce
HI! I didn't the challenge but from what I saw in your code you put a misleading padding on the range input to widen it, which gives a confusing performance since it seems to never finish filling or emptying. Try to remove that padding and use the inline-size property with a value of 90% (or whatever you want to fill the space) On the other hand, I think that the exercise does not warrant using a range input, I think that the <progress> or <meter> element would be more appropriate (although I would not know how to put the point in the current value)
Regards
Marked as helpful