Update index.html
All checks were successful
Build and Deploy to Production / build (push) Successful in 6s
Build and Deploy to Production / deploy (push) Successful in 22s

This commit is contained in:
HolyPavel3 2025-11-29 17:42:31 +00:00
commit 325f6da721

View file

@ -62,6 +62,23 @@
padding: 15px 40px;
background: linear-gradient(45deg, #d4af37, #ffd700);
color: #000;
text-decoration: none;
margin-top: 100px;
font-size: 1.2rem;
font-weight: 600;
border-radius: 50px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
position: relative;
overflow: hidden;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
background: linear-gradient(45deg, #ffd700, #ffed4e);
}
text-decoration: none;html
.cta-button:active {