From e2805e5c5b8ba013468b2aa39921774d4fc6baea Mon Sep 17 00:00:00 2001 From: PallavSharma9 Date: Sat, 17 Jan 2026 09:03:47 +0530 Subject: [PATCH 1/2] alert box with tailwind --- .vscode/settings.json | 3 +++ .../01-utility-first/index.html | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/tailwind-sandbox-starter/01-utility-first/index.html b/tailwind-sandbox-starter/01-utility-first/index.html index fc18130..5ce8f49 100644 --- a/tailwind-sandbox-starter/01-utility-first/index.html +++ b/tailwind-sandbox-starter/01-utility-first/index.html @@ -56,7 +56,22 @@

Are You Sure?

+


- +
+
+ alert +
+
+

Are you Sure?

+

You are about to delete a post

+
+
From 0d96f63b62b314d031946f61d9d73d17ca037b07 Mon Sep 17 00:00:00 2001 From: PallavSharma9 Date: Sat, 17 Jan 2026 12:17:55 +0530 Subject: [PATCH 2/2] updating image links --- tailwind-sandbox-done/12-columns/index.html | 26 +++++++++---------- .../01-utility-first/index.html | 16 ------------ 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/tailwind-sandbox-done/12-columns/index.html b/tailwind-sandbox-done/12-columns/index.html index b3850ba..e8c66ab 100644 --- a/tailwind-sandbox-done/12-columns/index.html +++ b/tailwind-sandbox-done/12-columns/index.html @@ -9,25 +9,25 @@
- - - - + + + +
- - - - - + + + + +
- + - - - + + +
diff --git a/tailwind-sandbox-starter/01-utility-first/index.html b/tailwind-sandbox-starter/01-utility-first/index.html index 5ce8f49..00fb34e 100644 --- a/tailwind-sandbox-starter/01-utility-first/index.html +++ b/tailwind-sandbox-starter/01-utility-first/index.html @@ -56,22 +56,6 @@

Are You Sure?

-


-
-
- alert -
-
-

Are you Sure?

-

You are about to delete a post

-
-