Posts by Victor • 43 points
3 posts
-
-1
votes2
answers1368
viewsQ: Change color of input color
I need a very important help, I have a color input with a color and a text field. How I could change the input(color) color using the text field.
-
1
votes2
answers1038
viewsQ: Change the div border and at the same time show the value in another HTML tag
I have a div that I’ll change the value borderRadius and she’ll round it up. And I have a input who’s kind range to control the rounding value. And at the same time I will display the value of range…
-
2
votes2
answers12539
viewsQ: Change color of a div using JS
I am trying to make a div element change background color when selecting the color of my input using Js. I’m not getting anybody to help me ? <style> .corExemplo { width: 150px; height: 150px;…