From 80d99643209812a455222991adb16e98579713f9 Mon Sep 17 00:00:00 2001 From: Tejas Sawant Date: Wed, 11 Sep 2024 13:59:24 +0530 Subject: [PATCH] Update index.html --- index.html | 146 +++++++++++------------------------------------------ 1 file changed, 30 insertions(+), 116 deletions(-) diff --git a/index.html b/index.html index 059a072..965fa36 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ margin-bottom: 20px; } - .neon-text:hover:before { + .neon-text::before { content: 'FITZE'; position: absolute; top: 0; @@ -52,7 +52,7 @@ z-index: -1; } - .neon-text:hover:after { + .neon-text::after { content: 'BE FIT MAKE OTHERS MOTIVATE'; position: absolute; top: 0; @@ -100,17 +100,26 @@ box-shadow: 0 0 15px rgba(255, 0, 255, 0.4), 0 0 45px rgba(0, 255, 255, 0.6); } - /* Container and Iframe Styling */ - .container { - position: relative; - z-index: 1; + /* Flexbox Container */ + .flex-container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100vh; text-align: center; padding: 20px; + } + + /* Container and Iframe Styling */ + .container { background-color: rgba(255, 255, 255, 0.8); border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; max-width: 800px; - margin: 20px; + width: 100%; + margin-bottom: 20px; } .iframe-container { @@ -163,35 +172,22 @@ } } - /* Particle Background */ - .particle-background { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: -1; - } - - -
- -
- -
-

Welcome to Fitze

-

Enhancing customer support with AI-powered assistance

-

Did you know that the tongue is the strongest muscle in the body?

-
- - -
- + +
+
+

Welcome to Fitze

+

Enhancing customer support with AI-powered assistance

+

Did you know that the tongue is the strongest muscle in the body?

+
+ +
+ +
@@ -199,87 +195,5 @@

Welcome to Fitze

- - -