From 8ab27073ece9163510e63763ca4cf83a9d9c252b Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 4 Jul 2026 21:47:53 +0530 Subject: Added Tailwind CSS sample projects --- tailwindcss/02-vite/index.html | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 tailwindcss/02-vite/index.html (limited to 'tailwindcss/02-vite/index.html') diff --git a/tailwindcss/02-vite/index.html b/tailwindcss/02-vite/index.html new file mode 100644 index 0000000..8107c39 --- /dev/null +++ b/tailwindcss/02-vite/index.html @@ -0,0 +1,76 @@ + + + + + + + + Tailwind CSS Starter + + + +
+
+

MyWebsite

+ +
+ +
+

Welcome

+

This is the main content area of the website.

+

HTML for this page is based on the nice video titled "Tailwind CSS V4 Crash Course 2025 | Become + a Tailwind Pro in 1.5 Hours" by PedroTech YouTube channel.

+
+ +
+

Features

+
+
+ Feature 1
+ +
+ Feature 2
+ +
+ Feature 3
+ +
+ Feature 4
+ +
+ Feature 5
+ +
+ Feature 6
+ +
+
+ +
+

Layers

+ +

Reference: Adding custom + classes

+ + Test Test Test +
+ + +
+ + + \ No newline at end of file -- cgit v1.2.3