19. color of input elements

  -通过 / -执行

We have a slider but we want to change the default color into #F44336.

<input type="range" min="0" max="10">

#F44336

(10)