-
Modern Cloud Hosting for the Future
-
Experience lightning-fast performance, unmatched pricing, and a seamless experience. The next generation of cloud hosting is here.
-
-
+
+
+
+
+
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 cca9991..a06005e 100644
--- a/style.css
+++ b/style.css
@@ -440,6 +440,42 @@ 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;
+}
+
+.features .container .features-grid .feature-card:hover {
+ transition-duration: 250ms;
+ transform: scale(1.05);
+ background-color: var(--dark-accent);
+}
+
+.pricing .container .pricing-grid .pricing-card:hover {
+ transition-duration: 250ms;
+ transform: scale(1.05);
+ background-color: var(--dark-accent);
+}
+
+.about .container .about-content .about-stats .stat-item:hover {
+ transition-duration: 250ms;
+ transform: scale(1.05);
+}
+/*MiniPandi's Modifications End*/
+
@media (max-width: 768px) {
.hero h1 {
font-size: 3rem;