gradient
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-11 11:23:11 +01:00
parent f22b8e1d0c
commit e46a1e5e9c
2 changed files with 4 additions and 8 deletions

View File

@ -7,7 +7,7 @@
justify-content: space-between; justify-content: space-between;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background: linear-gradient(to bottom, #F9B208, #ed5c51); background: linear-gradient(to bottom right, #F9B208, #ed5c51);
} }
.hero-first { .hero-first {
@ -165,15 +165,13 @@
} }
/* Button at the end of the hero-second */ /* Button at the end of the hero-second */
.hero-button-end { .hero-button-end {
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 40px 0; padding: 40px 0;
background-color: white; background-color: white;
color: #E72E77; color: #E72E77;
}
.hero-button-end a {
padding: 20px 40px; padding: 20px 40px;
font-size: 1.6rem; font-size: 1.6rem;
font-weight: bold; font-weight: bold;
@ -182,7 +180,7 @@
transition: background-color 0.3s; transition: background-color 0.3s;
} }
.hero-button-end a:hover { .hero-second button:hover {
background-color: linear-gradient(to bottom right, #F9B208, #E72E77); background-color: linear-gradient(to bottom right, #F9B208, #E72E77);
} }

View File

@ -90,8 +90,6 @@
</div> </div>
<!-- Call to Action Button --> <!-- Call to Action Button -->
<div class="hero-button-end"> <button href="https://anydev.info/early-access/" class="hero-button-end">Get Started Now</a>
<a href="https://anydev.info/early-access/" class="cta-button">Get Started Now</a>
</div>
</div> </div>
</section> </section>