inital commit

This commit is contained in:
Torsten Schulz
2024-06-15 23:01:46 +02:00
parent 1b7fefe381
commit 61653ff407
105 changed files with 7805 additions and 524 deletions

21
src/assets/css/editor.css Normal file
View File

@@ -0,0 +1,21 @@
.htmleditor {
background-color: #fff;
width: calc(100% - 26px);
height: 31em;
border: 1px solid black;
margin: 7px;
padding: 5px;
}
.htmleditor table {
border: 1px solid #e0e0e0;
border-collapse: collapse;
}
.htmleditor th {
border: 1px solid #e0e0e0;
}
.htmleditor td {
border: 1px solid #e0e0e0;
}