use <div> with property 'contenteditable' to accept text input (much simpler)

This commit is contained in:
Joeri Exelmans 2025-05-10 22:01:24 +02:00
parent cc65498b12
commit 5f3d697866
4 changed files with 195 additions and 278 deletions

View file

@ -6,7 +6,7 @@
"content content content"
"footer footer footer";
grid-template-columns: 200px 1fr 200px;
grid-template-columns: 100px 1fr 100px;
grid-template-rows: auto 1fr auto;
/* grid-gap: 10px; */