Posts by BernaB • 11 points
1 post
-
1
votes2
answers45
viewsQ: How do I increase a CSS property using Js?
I’m needing that every time I press a button, a CSS property increases by 10, example: <style>div { left: 0; }</style> <button>Aumentar left em 10</button>…