use <div> with property 'contenteditable' to accept text input (much simpler)
This commit is contained in:
parent
cc65498b12
commit
5f3d697866
4 changed files with 195 additions and 278 deletions
|
|
@ -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; */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue