From bca51c7e05b516b9c624fb82fc38bb7566a286e4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 4 Jun 2025 09:26:01 +0200 Subject: Add legos bricks --- index.html | 7 ++ legobricks/index.html | 332 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 339 insertions(+) create mode 100644 legobricks/index.html diff --git a/index.html b/index.html index f0aacc1..62ef438 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,13 @@ + +
LEGO Brick Generator
+
+ Resizable LEGO brick container with customizable color palettes and randomization options. +
+
+
Morse Hero
diff --git a/legobricks/index.html b/legobricks/index.html new file mode 100644 index 0000000..6b499f9 --- /dev/null +++ b/legobricks/index.html @@ -0,0 +1,332 @@ + + + + + + + Resizable LEGO Brick Container + + + + + + + + + ← Back to Vibes +
+
+
Palette
+ +
+
+ +
+
Actions
+ +
+
+ +
+
+
Drag corner to resize
+
+ +
+ Drag the bottom-right corner to resize the container. The LEGO bricks will automatically fill the space with + random colors from the selected palette. +
+ + + + + \ No newline at end of file -- cgit v1.3.1