Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel committed Mar 19, 2024
1 parent 8e6cf88 commit 998e43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<main>
<section>
<textarea cols="40" rows="2" class="text-area" required placeholder="Ingresa el texto que deseas aquí"></textarea>
<textarea cols="50" rows="2" class="text-area" required placeholder="Ingresa el texto que deseas aquí"></textarea>

<div>
<h6 for="texto-primario" class="texto-final"> &#9432; Solo letras minúsculas y sin acentos</h6>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ header {
text-align: center;
border: none;
background-color: #dac9df;
margin: 10px 250px 0px 200px
margin: 10px 250px 0px 250px
}

.text-area::placeholder {
Expand Down

0 comments on commit 998e43a

Please sign in to comment.