Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nandojmj authored Feb 22, 2024
1 parent ca04e56 commit 447dc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ main{
textarea{
width: 100%;
border: none;
/*height: 180px;*/
padding: 16px;
height: 180px;
color: #FFFFFF;
border-radius: 16px;
font-size: 16px;
Expand All @@ -64,7 +64,7 @@ textarea::placeholder{
color: #E8E8E8;
}

textarea:focus{ /* Selecciona cualquier <input> cuando se enfoca */
textarea:focus{
border: 1px solid #96b9b9;
}

Expand Down

0 comments on commit 447dc40

Please sign in to comment.