basic drawing

This commit is contained in:
2025-08-03 14:43:29 -04:00
parent e4f6e1899d
commit 0124b69440
9 changed files with 200 additions and 38 deletions

View File

@@ -28,6 +28,10 @@ body::before {
width: 100%;
}
.w-full {
width: 100%;
}
.center {
display: flex;
justify-content: center;