<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet"> <style> .cta-banner { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 80px 0; color: white; } .btn-gradient-primary { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); border: none; color: white; padding: 12px 35px; font-weight: 600; transition: transform 0.3s ease, box-shadow 0.3s ease; } .btn-gradient-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(245, 87, 108, 0.4); color: white; } .btn-gradient-secondary { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); border: none; color: white; padding: 12px 35px; font-weight: 600; transition: transform 0.3s ease, box-shadow 0.3s ease; } .btn-gradient-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(79, 172, 254, 0.4); color: white; } .btn-outline-light-custom { border: 2px solid white; color: white; padding: 10px 35px; font-weight: 600; background: transparent; transition: all 0.3s ease; } .btn-outline-light-custom:hover { background: white; color: #667eea; transform: translateY(-2px); } .cta-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; } .cta-subtitle { font-size: 1.2rem; opacity: 0.95; margin-bottom: 30px; } @media (max-width: 768px) { .cta-title { font-size: 2rem; } .cta-subtitle { font-size: 1rem; } .cta-banner { padding: 60px 0; } } </style> <section class="cta-banner"> <div class="container"> <div class="row justify-content-center text-center"> <div class="col-lg-8"> <div class="d-flex flex-wrap gap-3 justify-content-center mt-4"> <button class="btn btn-gradient-primary btn-lg">Start Free Trial</button> <button class="btn btn-gradient-secondary btn-lg">View Pricing</button> <button class="btn btn-outline-light-custom btn-lg">Learn More</button> </div> </div> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
Login to leave a comment
No comments yet. Be the first!
No comments yet. Be the first!