feat: add web editor base

This commit is contained in:
2025-04-28 09:07:45 +02:00
parent 3c4cc4b331
commit 79b3a2196c
7 changed files with 361 additions and 0 deletions

9
editor/public/base.css Normal file
View File

@ -0,0 +1,9 @@
* {
/*padding: 0;*/
/*margin: 0;*/
box-sizing: border-box;
}
body {
font-family: Ubuntu;
}