0
I have the following structure:
<div>
<img src="#">
<button>Teste</button>
</div>
<div>
<img src="#">
<button>Teste</button>
</div>
I need that when resting the mouse on a button in the image immediately before it is applied the effect transform:scale(1.5)
What have you tried to do? Put the code in the question
– user60252