From 44a52e0627c0cec643b62e31662aea36d85c61e5 Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Fri, 14 Nov 2025 19:39:48 +0100 Subject: [PATCH] implementing functions 5,6,7,14 --- index.html | 373 ++++++++++++++++++++++++++++++----------------------- style.css | 1 + 2 files changed, 214 insertions(+), 160 deletions(-) diff --git a/index.html b/index.html index 9d2a597..ee73fb7 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-

Kształty

+

Kształty - przeciągnij i upuść

@@ -27,167 +27,220 @@ diff --git a/style.css b/style.css index 83f17ae..deddd34 100644 --- a/style.css +++ b/style.css @@ -44,6 +44,7 @@ .shape { background: transparent; border: 1px solid white; + cursor: pointer; } .toolbar {