Compare commits

...
Sign in to create a new pull request.

1 commit
dev ... main

Author SHA1 Message Date
d366232f1d revert 05edfaa05e
revert fix: made main look a bit better
2025-04-03 17:52:24 +02:00
2 changed files with 23 additions and 44 deletions

View file

@ -9,32 +9,30 @@
<body> <body>
<div class="grid-background"></div> <div class="grid-background"></div>
<main> <header>
<header> <div class="container">
<div class="container"> <nav>
<nav> <a href="#" class="logo">eplg<span>.cloud</span></a>
<a href="#" class="logo">eplg<span>.cloud</span></a> <div class="nav-links">
<div class="nav-links"> <a href="#features">Features</a>
<a href="#features">Features</a> <a href="#pricing">Pricing</a>
<a href="#pricing">Pricing</a> <a href="#about">About</a>
<a href="#about">About</a> <a href="mailto:contact@epilogue.team">Contact</a>
<a href="mailto:contact@epilogue.team">Contact</a>
</div>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>Modern Cloud Hosting for the Future</h1>
<p>Experience lightning-fast performance, unmatched pricing, and a seamless experience. The next generation of cloud hosting is here.</p>
<div class="cta-buttons">
<a href="#pricing" class="button button-primary">Get Started</a>
<a href="#about" class="button button-secondary">Learn More</a>
</div> </div>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>Modern Cloud Hosting for the Future</h1>
<p>Experience lightning-fast performance, unmatched pricing, and a seamless experience. The next generation of cloud hosting is here.</p>
<div class="cta-buttons">
<a href="#pricing" class="button button-primary">Get Started</a>
<a href="#about" class="button button-secondary">Learn More</a>
</div> </div>
</section> </div>
</main> </section>
<section class="features" id="features"> <section class="features" id="features">
<div class="container"> <div class="container">

View file

@ -440,25 +440,6 @@ footer {
font-size: 0.875rem; 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) { @media (max-width: 768px) {
.hero h1 { .hero h1 {
font-size: 3rem; font-size: 3rem;