Payment (Web page Payment system Create)

Web page Payment system Create

āφāĻĒāύাāϰ āĻĒāĻ›āύ্āĻĻেāϰ āĻĒ্āϰāĻĄাāĻ•্āϟ āĻ•িāύāϤে āύিāϰাāĻĒāĻĻ āĻĒেāĻŽেāύ্āϟ āĻ•āϰুāύ

āĻ…āϰ্āĻĄাāϰ āĻ•āύāĻĢাāϰ্āĻŽ āĻ•āϰāϤে 150 āϟাāĻ•া āĻ•ু⧜ি⧟াāϰ āϚাāϰ্āϜ āĻ…āĻ—্āϰীāĻŽ āĻĒ্āϰāĻĻাāύ āĻ•āϰুāύ
āϚ্āϝাāϟ āĻŦāĻ•্āϏে āĻĒ্āϰāĻĄাāĻ•্āϟ āĻ•োāĻĄ āĻ“ āĻāĻĄ্āϰেāϏ āϞিāĻ–ুāύ
āϤাāϞিāĻ•াāϰ āĻŦাāĻšিāϰে āĻĒ্āϰāĻĄাāĻ•্āϟ āĻ•িāύāϤে āϚ্āϝাāϟ āĻŦāĻ•্āϏে āĻŦিāϏ্āϤাāϰিāϤ āϞিāĻ–ুāύ
bKash Nagad Rocket
ā§§ā§Ļā§Ļ% āύিāϰাāĻĒāĻĻ āϞেāύāĻĻেāύ




Example code of payment on Bkash.

  <!-- Modern Payment Section with Enhanced UI/UX -->
<div class="payment-container" style="max-width: 600px; margin: 30px auto; font-family: 'Segoe UI', Roboto, sans-serif; background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%); border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); padding: 25px; transition: all 0.3s ease;">
  <!-- Header with decorative elements -->
  <div class="payment-header" style="text-align: center; margin-bottom: 25px; position: relative;">
    <div style="width: 60px; height: 3px; background: linear-gradient(90deg, #e60023, #ff8a00); margin: 0 auto 15px; border-radius: 3px;"></div>
    <h2 style="color: #333; font-size: 22px; font-weight: 600; margin: 0;">
      <span style="display: block; color: #666; font-size: 14px; font-weight: 400; margin-bottom: 5px;">āφāĻĒāύাāϰ āĻĒāĻ›āύ্āĻĻেāϰ āĻĒ্āϰāĻĄাāĻ•্āϟ āĻ•িāύāϤে</span>
      āύিāϰাāĻĒāĻĻ āĻĒেāĻŽেāύ্āϟ āĻ•āϰুāύ
    </h2>
    <div style="width: 60px; height: 3px; background: linear-gradient(90deg, #ff8a00, #e60023); margin: 15px auto 0; border-radius: 3px;"></div>
  </div>

  <!-- Payment QR Code with hover effect -->
  <div class="qr-container" style="text-align: center; margin: 25px 0; position: relative;">
    <a href="https://www.bkash.com/" target="_blank" style="display: inline-block; position: relative; transition: all 0.3s ease;">
      <img alt="Secure Payment via bKash" 
           src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdPp_8bnGJ-NcIA_JNwytQYx6GMfZbo90YOek5AMgVOZFI3sq9tJds1WxFotoz96tEmOapJ8SEc3USpCL7-yOYJD7Z1XCoCwl1BmCNwTtBQTvPQdAFMGIX8_ctu7ZudNBK1XGxI6NPTDpy6BhvDyISVesEqKDRxC3fwhQvCjQnWITI66_dOMsOv0-p2Mw/s320/WhatsApp%20Image%202025-04-27%20at%2019.06.25_50f23684.jpg" 
           style="border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); max-width: 180px; transition: all 0.3s ease; border: 1px solid #eee;">
      <div class="scan-hint" style="position: absolute; bottom: -25px; left: 0; right: 0; color: #e60023; font-size: 12px; opacity: 0; transition: all 0.3s ease;">QR āĻ•োāĻĄ āϏ্āĻ•্āϝাāύ āĻ•āϰুāύ</div>
    </a>
  </div>

  <!-- Payment Button with animation -->
  <div class="payment-btn-container" style="text-align: center; margin: 30px 0 25px;">
    <a href="https://www.bkash.com/" 
       class="payment-btn"
       style="background: linear-gradient(135deg, #e60023 0%, #c5001e 100%); 
              color: white; 
              padding: 12px 30px; 
              border-radius: 50px; 
              text-decoration: none; 
              font-size: 16px; 
              font-weight: 500; 
              display: inline-flex; 
              align-items: center; 
              justify-content: center; 
              box-shadow: 0 4px 15px rgba(230, 0, 35, 0.3);
              transition: all 0.3s ease;
              position: relative;
              overflow: hidden;">
      <span style="position: relative; z-index: 2;">āĻĒেāĻŽেāύ্āϟ āĻ•āϰāϤে āĻ•্āϞিāĻ• āĻ•āϰুāύ</span>
      <span class="btn-hover-effect" style="position: absolute; width: 100%; height: 100%; background: linear-gradient(135deg, #c5001e 0%, #a30019 100%); top: 0; left: 0; opacity: 0; transition: all 0.3s ease;"></span>
    </a>
  </div>

  <!-- Payment Instructions -->
  <div class="payment-instructions" style="background-color: #f8f8f8; border-radius: 10px; padding: 15px; margin-top: 20px; border-left: 4px solid #e60023;">
    <div style="display: flex; align-items: flex-start; margin-bottom: 8px;">
      <div style="color: #e60023; margin-right: 10px;">✓</div>
      <div style="color: #555; font-size: 14px; line-height: 1.5;">āĻ…āϰ্āĻĄাāϰ āĻ•āύāĻĢাāϰ্āĻŽ āĻ•āϰāϤে <span style="font-weight: 600; color: #333;">150 āϟাāĻ•া āĻ•ু⧜ি⧟াāϰ āϚাāϰ্āϜ</span> āĻ…āĻ—্āϰীāĻŽ āĻĒ্āϰāĻĻাāύ āĻ•āϰুāύ</div>
    </div>
    <div style="display: flex; align-items: flex-start;">
      <div style="color: #e60023; margin-right: 10px;">✓</div>
      <div style="color: #555; font-size: 14px; line-height: 1.5;">āϚ্āϝাāϟ āĻŦāĻ•্āϏে āĻĒ্āϰāĻĄাāĻ•্āϟ āĻ•োāĻĄ āĻ“ āĻāĻĄ্āϰেāϏ āϞিāĻ–ুāύ</div>
    </div>
  </div>

  <!-- Payment Methods Icons -->
  <div class="payment-methods" style="display: flex; justify-content: center; gap: 15px; margin-top: 25px; opacity: 0.8;">
    <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/BKash_logo.svg/1200px-BKash_logo.svg.png" alt="bKash" style="height: 25px;">
    <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Nagad-Logo.wine.svg/1200px-Nagad-Logo.wine.svg.png" alt="Nagad" style="height: 25px;">
    <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Rocket_logo.svg/1200px-Rocket_logo.svg.png" alt="Rocket" style="height: 25px;">
  </div>

  <!-- Security Badge -->
  <div style="text-align: center; margin-top: 20px; font-size: 12px; color: #777; display: flex; align-items: center; justify-content: center;">
    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#28a745" viewBox="0 0 16 16" style="margin-right: 5px;">
      <path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v2.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V5z"/>
    </svg>
    <span>ā§§ā§Ļā§Ļ% āύিāϰাāĻĒāĻĻ āϞেāύāĻĻেāύ</span>
  </div>
</div>

<!-- Hidden SEO Content -->
<div style="display: none;">
  <p>SEO tips, Google Blogger SEO, Payment solutions, bKash payment link, Improve website SEO, Mobile Payment Gateway, Easy online transactions, Bangladesh mobile payment, Digital payment options, Secure QR payment.</p>
</div>

<style>
  /* Hover Effects */
  .payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 35, 0.4);
  }
  
  .payment-btn:hover .btn-hover-effect {
    opacity: 1;
  }
  
  .qr-container a:hover img {
    transform: scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }
  
  .qr-container a:hover .scan-hint {
    opacity: 1;
  }
  
  .payment-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  }
</style>

<script>
  // Simple animation on page load
  document.addEventListener('DOMContentLoaded', function() {
    const paymentContainer = document.querySelector('.payment-container');
    if (paymentContainer) {
      paymentContainer.style.opacity = '0';
      paymentContainer.style.transform = 'translateY(20px)';
      
      setTimeout(() => {
        paymentContainer.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
        paymentContainer.style.opacity = '1';
        paymentContainer.style.transform = 'translateY(0)';
      }, 100);
    }
  });
</script>

Comments

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?