Skip to content

Commit

Permalink
atualizando
Browse files Browse the repository at this point in the history
  • Loading branch information
andradejao committed Apr 10, 2024
1 parent 0fbcc8e commit eb14ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contato.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Nosso Contato</h2>
<br>
<input type="tel" name="number" id="number" placeholder="Celular" required>
<br>
<textarea name="mensagem" id="mensagem" cols="10" rows="10" placeholder="Qual sua dúvida ou problema?" required></textarea>
<textarea name="mensagem" id="mensagem" cols="10" rows="10" style="resize: none;" placeholder="Qual sua dúvida ou problema?" required></textarea>
<br>
<input type ="submit" value="Enviar">
<input type="reset">
Expand Down

0 comments on commit eb14ba3

Please sign in to comment.