HTML and CSS Reference
In-Depth Information
max= "1.0"
step= "0.01"
value= "1.0" //>
<br>
<br>
Shadow X: <input
<input type= "range" id= "shadowX"
min= "−100"
max= "100"
step= "1"
value= "1" //>
<br>
<br>
Shadow Y: <input
<input type= "range" id= "shadowY"
min= "−100"
max= "100"
step= "1"
value= "1" //>
<br>
<br>
Shadow Blur: <input
<input type= "range" id= "shadowBlur"
min= "1"
max= "100"
step= "1"
value= "1" //>
<br>
<br>
Shadow Color: <input
<input class= "color" id= "shadowColor" value= "707070" //>
<br>
<br>
Canvas Width: <input
<input type= "range" id= "canvasWidth"
min= "0"
max= "1000"
step= "1"
value= "500" //>
<br>
<br>
Canvas Height:
<input
<input type= "range" id= "canvasHeight"
min= "0"
max= "1000"
step= "1"
value= "300" //>
<br>
<br>
Canvas Style Width: <input
<input type= "range" id= "canvasStyleWidth"
min= "0"
max= "1000"
step= "1"
value= "500" //>
<br>
<br>
Canvas Style Height:
<input
<input type= "range" id= "canvasStyleHeight"
min= "0"
Search WWH ::




Custom Search