add gambar

This commit is contained in:
JokoPrasetio 2025-09-01 11:43:00 +07:00
parent 1ac2c881fd
commit f15dcffb7d

View File

@ -4,7 +4,7 @@
<div class="card shadow-sm p-4"> <div class="card shadow-sm p-4">
<div class="row justify-content-center text-center"> <div class="row justify-content-center text-center">
<div class="col-12 col-sm-10 col-md-8 col-lg-6 mb-3"> <div class="col-12 col-sm-10 col-md-8 col-lg-6 mb-3">
<img src="gambar/qris.jpg" alt="Pembayaran" <img src="/gambar/qris.jpg" alt="Pembayaran"
class="img-fluid rounded shadow w-100" class="img-fluid rounded shadow w-100"
style="max-width: 500px; height: auto;"> style="max-width: 500px; height: auto;">
</div> </div>
@ -41,7 +41,7 @@
<!-- Nama Rekening --> <!-- Nama Rekening -->
<div class="row mb-3"> <div class="row mb-3">
<div class="col-md-6 col-sm-12 fw-semibold">Nama Rek.</div> <div class="col-md-6 col-sm-12 fw-semibold">Nama Rek.</div>
<div class="col-md-6 col-sm-12 text-sm-end">RSAB Harapan Kita</div> <div class="col-md-6 col-sm-12 text-sm-end">RPL 182 RSAB HARKIT OPR BLU PENERIMAAN</div>
</div> </div>
<!-- No Rek --> <!-- No Rek -->
@ -53,7 +53,7 @@
<i class="fa fa-copy me-1"></i> Salin <i class="fa fa-copy me-1"></i> Salin
</button> </button>
</div> </div>
<strong id="noRekText" class="d-block text-sm-end">1234-5678-9101</strong> <strong id="noRekText" class="d-block text-sm-end">096201000073308</strong>
</div> </div>
</div> </div>