+ 2
I need help, my styling isnt working
My css code for styling ăinput[type=number]ă doesnt work, I'll be glad if anyone can explain why and how to correct it. https://code.sololearn.com/Wg0CTkZP7LWk/?ref=app Thanks
5 Answers
+ 4
<input> element at line 50 has its 'type' attribute set to 'text' not 'number'
+ 4
Remove space between 'input' and '[type="number"]'
+ 2
I just did, still no change
+ 2
You have to recorrect the num variable..so that it will work and remove the comment tag
Then you have to declare num
+ 1
Ooh thought I changed it
Thanks a lot