File tree 2 files changed +6
-6
lines changed
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>
9
9
10
10
< div class ="controls ">
11
11
< 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 ">
13
13
14
14
< 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 ">
16
16
17
17
< label for ="base "> Base Color</ label >
18
- < input type ="color " name ="base " value ="#ffc600 ">
18
+ < input id =" base " type ="color " name ="base " value ="#ffc600 ">
19
19
</ div >
20
20
21
21
< 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>
9
9
10
10
< div class ="controls ">
11
11
< 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 ">
13
13
14
14
< 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 ">
16
16
17
17
< label for ="base "> Base Color</ label >
18
- < input type ="color " name ="base " value ="#ffc600 ">
18
+ < input id =" base " type ="color " name ="base " value ="#ffc600 ">
19
19
</ div >
20
20
21
21
< img src ="https://source.unsplash.com/7bwQXzbF6KE/800x500 ">
You can’t perform that action at this time.
0 commit comments