From 01a9968c468068a969e7067d002b9205eb13c83e Mon Sep 17 00:00:00 2001 From: KARTIK SHARMA Date: Sun, 5 Oct 2025 19:55:37 +0530 Subject: [PATCH] added the responsive page --- components/form.html | 78 ++++ index.html | 58 +-- style.css | 826 ++++++++++++++++++++++++------------------- 3 files changed, 563 insertions(+), 399 deletions(-) create mode 100644 components/form.html diff --git a/components/form.html b/components/form.html new file mode 100644 index 0000000..c4098ac --- /dev/null +++ b/components/form.html @@ -0,0 +1,78 @@ + + + + + + Form Component + + + +
+
+

Contact Form

+

Fill out the form below

+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ + +
+ +
+
+
+ + +
+
+
+ + +
+
+ + \ No newline at end of file diff --git a/index.html b/index.html index 9d98f1f..07e6341 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ Hacktoberfest CSS Playground -