<!DOCTYPE html>
<html>
<body>
<section
style="
display: flex;
flex-direction: column;
align-items: center;
line-height: 107%;
font-family: 'Calibri', sans-serif;
"
>
<div style="text-align: center; font-size: 25px">Transaction summary</div>
<div
style="
display: flex;
flex-direction: column;
align-items: center;
margin-top: 5rem;
line-height: 2rem;
"
>
<div style="font-size: 12px; color: #afabab">Amount</div>
<div>
<span style="font-size: 11px; color: #afabab">LKR</span>
<span style="font-size: 35px; color: #0070c0; font-weight: 600"
>2,000.00</span
>
</div>
<div>Lanka Tele</div>
</div>
<section style="width: 30rem; margin-top: 3rem">
<div
style="
display: flex;
border: 1px solid #a2bae7;
justify-content: space-between;
padding: 0.7rem 1rem;
border-radius: 7px;
margin-bottom: 10px;
"
>
<div>Payment Type</div>
<div style="font-weight: 600">Bill Payment</div>
</div>
<div
style="
display: flex;
border: 1px solid #a2bae7;
justify-content: space-between;
padding: 0.7rem 1rem;
border-radius: 7px;
margin-bottom: 10px;
"
>
<div>Payment Type</div>
<div>Bill Payment</div>
</div>
<div
style="
display: flex;
border: 1px solid #a2bae7;
justify-content: space-between;
padding: 0.7rem 1rem;
border-radius: 7px;
margin-bottom: 10px;
"
>
<div>Payment Type</div>
<div>Bill Payment</div>
</div>
<div
style="
display: flex;
border: 1px solid #a2bae7;
justify-content: space-between;
padding: 0.7rem 1rem;
border-radius: 7px;
margin-bottom: 10px;
"
>
<div>Payment Type</div>
<div>Bill Payment</div>
</div>
<div
style="
display: flex;
border: 1px solid #a2bae7;
justify-content: space-between;
padding: 0.7rem 1rem;
border-radius: 7px;
margin-bottom: 10px;
"
>
<div>Payment Type</div>
<div>Bill Payment</div>
</div>
</section>
</section>
</body>
</html>
View attachment 158133
------
Post added on Jan 23, 2022 at 3:14 PM
Code
------
Post added on Jan 23, 2022 at 3:15 PM