2
I am developing a web application and would like to leave my button with two visuals.A button with login and another button longer but with the same look, same color, and larger width. But I’m not getting it
Look at the Buttons
<button type="button" onclick="login()" class="entrar" >Entrar</button> <button type="button" onclick="" class="esqueceu" >Esqueceu a Senha?</button>