File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,7 +395,20 @@ <h2>Donasi</h2>
395395 < div class ="donation-container ">
396396 < p class ="donation-text "> Dukung pengembangan sPanel ID melalui Scan QR Code DANA di bawah ini:</ p >
397397 < div class ="qr-card " id ="tilt-qr ">
398- < div id ="qrcode "> </ div >
398+ < div id ="qrcode " style ="position: relative; display: inline-block; ">
399+ < img src ="profile.jpg " alt ="Logo " style ="
400+ position: absolute;
401+ top: 50%;
402+ left: 50%;
403+ transform: translate(-50%, -50%);
404+ width: 40px;
405+ height: 40px;
406+ border-radius: 50%;
407+ border: 3px solid #ffffff;
408+ background-color: #ffffff;
409+ box-shadow: 0 2px 5px rgba(0,0,0,0.2);
410+ " onerror ="this.src='https://picsum.photos/40' ">
411+ </ div >
399412 </ div >
400413 </ div >
401414 </ section >
@@ -437,7 +450,7 @@ <h2>Donasi</h2>
437450 height : 180 ,
438451 colorDark : "#0f172a" ,
439452 colorLight : "#ffffff" ,
440- correctLevel : QRCode . CorrectLevel . H
453+ correctLevel : QRCode . CorrectLevel . H // Wajib H agar QR tetap bisa discand walaupun ditimpa logo
441454 } ) ;
442455
443456 // 3. Efek 3D Tilt Pada Kartu QR Code (Dioptimalkan untuk Kelancaran Maksimal)
You can’t perform that action at this time.
0 commit comments