-
Notifications
You must be signed in to change notification settings - Fork 518
Open
Description
<style>
.sdn-pay-container {
text-align: center;
padding: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
<script>
// یہاں وہی JavaScript فنکشن آئے گا جو ہم نے پہلے بنایا تھا
async function processJamilPayment() {
alert("کنکشن شروع ہو رہا ہے... براہ کرم اپنا والٹ چیک کریں۔");
// اصل SDK فنکشن یہاں کام کرے گا
}
</script>
.pay-button {
background-color: #0052FF; /* Base Network Blue */
color: white;
border: none;
padding: 15px 30px;
font-size: 18px;
font-weight: bold;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0, 82, 255, 0.3);
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 10px;
}
.pay-button:hover {
background-color: #003db3;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 82, 255, 0.5);
}
.pay-button:active {
transform: translateY(0);
}
.sdn-logo {
width: 24px;
height: 24px;
background: white;
color: #0052FF;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}
.wallet-info {
margin-top: 10px;
font-size: 12px;
color: #666;
}
</style>
B
SDN Digital Pay | ابھی ادائیگی کریں
محفوظ ادائیگی بذریعہ: jamilahmed.base.eth
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels