Does anyone know how to increase this html input?

Asked

Viewed 20 times

1

I need to increase the input for msm hr size

<div class="login">
  <input type="text" name="username" id="username" placeholder="Insira seu username"> 
  <hr color="1DDBB9"> <br>
 <input type="password" name="senha" id="senha" placeholder="Insira sua senha">
  <hr color="1DDBB9">
</div>

Imagem da pergunta

  • style="width:100%;", input

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.