Resize and center text

This commit is contained in:
torbjornmolin
2025-09-28 18:32:38 +02:00
parent c2736613a9
commit eb4a06b669
2 changed files with 21 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
width: 100%;
max-width: 600px;
background: white;
border-radius: 16px;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
padding: 35px;
margin: 40px 20px;
@@ -73,7 +73,10 @@
border-color: #764ba2;
outline: none;
}
input:invalid textarea:invalid {
border-color: #760000;
outline: none;
}
textarea {
resize: vertical;
min-height: 100px;