From 3303c4a5b9793326b2aa8a733b9419b7cee5f7f5 Mon Sep 17 00:00:00 2001 From: Kamal Singh Bisht Date: Sat, 30 Mar 2024 13:13:07 +0530 Subject: [PATCH] Update index.html --- index.html | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 1797e67..8204084 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -9,31 +9,43 @@ font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; - padding: 0; + padding: 20px; display: flex; justify-content: center; align-items: center; - height: 100vh; + min-height: 100vh; } .container { text-align: center; } h1 { color: #333; + font-size: 32px; + margin-bottom: 20px; } p { color: #666; + font-size: 18px; + margin-bottom: 20px; + } + button { + background-color: #007bff; + color: #fff; + border: none; + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + } + button:hover { + background-color: #0056b3; } /* Responsive styles */ @media only screen and (max-width: 600px) { - body { - padding: 20px; - } h1 { font-size: 24px; } p { - font-size: 16px; + font-size: 14px; } } @@ -41,11 +53,14 @@

Store Opening Soon

-

We're excited to announce that our new store will be opening soon!

-

Stay tuned for updates and more information.

-
- -
-
+

We're excited to announce that our new store will be opening soon! Stay tuned for updates and more information.

+ + + +