ADD: add text to text block and improve draggable

This commit is contained in:
Patryk
2025-10-30 20:21:09 +01:00
parent 53b928827c
commit 899d1a1017
2 changed files with 70 additions and 39 deletions

View File

@@ -1,3 +1,9 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.shape-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -32,6 +38,7 @@
display: flex;
align-items: center;
justify-content: center;
user-select: none;
}
.shape {