<script src="https://cdn.jsdelivr.net/gh/Chipdeals/mobile-money-api-Javascript@1.6.1/lib.min.js" apiKey="test_FOdigzgSopV8GZggZa89" successfulRedirection="https://chipdeals.me/mobile-money">
</script>

<button class="chipdeals-button" amount="3000" currency="USD">
  Payer maintenant
</button>
button {
  position: relative;
  transition: all 0.15s linear 0s;
  padding: 0.75rem 1.25rem;
  background-color: #4f46e5;
  border-radius: 5px;
  color: hsl(180deg 20% 90%) !important;
  font-size: 1rem;
  line-height: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: bolder;
  border: none;
}

button:hover {
  background-color: #312a91;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.