diff --git a/style.css b/style.css index f409850..770ff01 100644 --- a/style.css +++ b/style.css @@ -50,8 +50,8 @@ main{ textarea{ width: 100%; border: none; - /*height: 180px;*/ padding: 16px; + height: 180px; color: #FFFFFF; border-radius: 16px; font-size: 16px; @@ -64,7 +64,7 @@ textarea::placeholder{ color: #E8E8E8; } -textarea:focus{ /* Selecciona cualquier cuando se enfoca */ +textarea:focus{ border: 1px solid #96b9b9; }