Skip to content

Commit

Permalink
Update investment.html
Browse files Browse the repository at this point in the history
  • Loading branch information
meharkp7 authored Oct 26, 2024
1 parent 4d65c42 commit bbb38f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions investment.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@ <h2 style="font-size: 64px;">25% Avg. Growth</h2>
</div>
<div class="container" style="margin-inline: 10%;display: flex;gap: 150px;">
<div class="payment-section">
<h3>Payment Options</h3>
<form>
<label>

<button type="submit" class="rounded">Pay Now</button>

<li><a href="payment.html"><button onclick="window.location.href="payment.html";" style="padding-inline: 15px;padding-top: 10px;padding-bottom: 10px;border-radius: 20px;background-color: #7c7dd6;border-style: none;">Pay Now</button></a></li>
</form>
<a href="payment.html"><button onclick="window.location.href="payment.html";" style="padding-inline: 15px;padding-top: 10px;padding-bottom: 10px;border-radius: 20px;background-color: #7c7dd6;border-style: none;">Pay Now</button></a>
</div>
<div class="img">
<img src="pay.png" style="height: 200px;width: auto;">
Expand Down

0 comments on commit bbb38f2

Please sign in to comment.