<h2>Total order is ₦10</h2>
<a href="https://checkout.paga.com/checkout/params?public_key=23A3E317-7382-4032-94DE-50BA4B653EE5&amount=10.00¤cy=NGN&phone_number=+2348063334156&email=testemail2@gmail.com&button_label=Make Payment">Make Payment</a>
<div>
<p>Alternatively, you can leverage HTML form like we did https://codepen.io/Ramon-Bello/pen/LYqKOYL?editors=1000 </p>
</div>
body {
font-family: system-ui;
text-align: center;
}
a:link, a:visited {
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: red;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.