Posts by Jeferson • 1 point
1 post
-
0
votes4
answers18875
viewsA: Change color of button text by clicking
My problem was the same but simple to solve: btn{ /*defini o botão*/ } btn:hover{ /*Como ele vai ficar ao passar o mouse, ou para o mouse encima*/ } btn:focus{ /*aqui está a resolução aqui define a…