From 05edfaa05e1786cf599564f5ea7d898b604f30de Mon Sep 17 00:00:00 2001 From: MiniPandi Date: Thu, 3 Apr 2025 17:47:36 +0200 Subject: [PATCH] fix: made main look a bit better --- index.html | 50 ++++++++++++++++++++++++++------------------------ style.css | 19 +++++++++++++++++++ 2 files changed, 45 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index b0d571c..c5396b2 100644 --- a/index.html +++ b/index.html @@ -8,31 +8,33 @@
- -
-
- -
-
- -
-
-

Modern Cloud Hosting for the Future

-

Experience lightning-fast performance, unmatched pricing, and a seamless experience. The next generation of cloud hosting is here.

-
- Get Started - Learn More + +
+
+ -
-
+ + +
+
+

Modern Cloud Hosting for the Future

+

Experience lightning-fast performance, unmatched pricing, and a seamless experience. The next generation of cloud hosting is here.

+ +
+
+
diff --git a/style.css b/style.css index 81c3027..8db2674 100644 --- a/style.css +++ b/style.css @@ -440,6 +440,25 @@ footer { font-size: 0.875rem; } +/*MiniPandi's Modifications Start*/ +main { + min-height: 100vh; +} +main .hero { + min-height: 90vh; + display: flex; + flex-direction: column; + justify-content: center; +} +main .hero .container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + gap: 25px; +} +/*MiniPandi's Modifications End*/ + @media (max-width: 768px) { .hero h1 { font-size: 3rem;