first commit

This commit is contained in:
Kenneth Jannette
2024-01-11 18:24:41 -06:00
commit 4c1fb67383
103 changed files with 29954 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.outer-div {
border: 1px solid black;
}
.outer-div-after {
border: none;
display: none;
}
.edit-ele-input {
border: none;
width: 100%;
overflow: hidden;
min-height: 200px;
resize: none;
}