1
0

Set grid-area for a header.

This commit is contained in:
Alexander Andreev 2023-05-10 01:02:17 +04:00
parent 50e9f3470e
commit 0e1b41b057
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -6,11 +6,14 @@ form {
display: grid;
gap: .5rem;
grid-template-areas:
"h h"
"m m"
"e d";
grid-template-columns: 1fr 1fr;
width: 100%; }
form header { grid-area: 'h'; }
textarea {
background-color: var(--background-color);
border: none;