File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
99
1010 < div class ="controls ">
1111 < label for ="spacing "> Spacing:</ label >
12- < input type ="range " name ="spacing " min ="10 " max ="200 " value ="10 " data-sizing ="px ">
12+ < input id =" spacing " type ="range " name ="spacing " min ="10 " max ="200 " value ="10 " data-sizing ="px ">
1313
1414 < label for ="blur "> Blur:</ label >
15- < input type ="range " name ="blur " min ="0 " max ="25 " value ="10 " data-sizing ="px ">
15+ < input id =" blur " type ="range " name ="blur " min ="0 " max ="25 " value ="10 " data-sizing ="px ">
1616
1717 < label for ="base "> Base Color</ label >
18- < input type ="color " name ="base " value ="#ffc600 ">
18+ < input id =" base " type ="color " name ="base " value ="#ffc600 ">
1919 </ div >
2020
2121 < img src ="https://source.unsplash.com/7bwQXzbF6KE/800x500 ">
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
99
1010 < div class ="controls ">
1111 < label for ="spacing "> Spacing:</ label >
12- < input type ="range " name ="spacing " min ="10 " max ="200 " value ="10 " data-sizing ="px ">
12+ < input id =" spacing " type ="range " name ="spacing " min ="10 " max ="200 " value ="10 " data-sizing ="px ">
1313
1414 < label for ="blur "> Blur:</ label >
15- < input type ="range " name ="blur " min ="0 " max ="25 " value ="10 " data-sizing ="px ">
15+ < input id =" blur " type ="range " name ="blur " min ="0 " max ="25 " value ="10 " data-sizing ="px ">
1616
1717 < label for ="base "> Base Color</ label >
18- < input type ="color " name ="base " value ="#ffc600 ">
18+ < input id =" base " type ="color " name ="base " value ="#ffc600 ">
1919 </ div >
2020
2121 < img src ="https://source.unsplash.com/7bwQXzbF6KE/800x500 ">
You can’t perform that action at this time.
0 commit comments