my subscriptions page 20

This commit is contained in:
rizwanisready
2024-08-13 14:07:20 +05:30
parent ab684a3e07
commit bd76a3a4cf

View File

@@ -130,8 +130,8 @@
<div class="Adventure-btn text-center">
<input type="text" placeholder="Enter Coupon Code" class="form-control coupon-code-input" size="20">
<!-- Checkbox to select recurring or one-time payment -->
<div class="form-check" style="display: flex; align-items: center;">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck" style="margin-right: 10px;">
<div class="form-check" style="display: flex; align-items: center; justify-content: center; margin-top: 10px;">
<input class="form-check-input recurring-checkbox" type="checkbox" id="recurringCheck" style="margin-right: 5px;">
<label class="form-check-label gold-text" for="recurringCheck" style="margin: 0;">
Recurring Subscription
</label>