You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

66 lines
1.6 KiB

<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<style type="text/css">
.location_details {
padding: 0px 42px;
border-radius: 25px;
background: #f2f2f2;
}
span {
display: block;
padding: 3px 0;
}
.flex {
display: flex;
gap: 10px;
}
.copy-btn {
background: #DC1431;
border: 0;
border-radius: 3px;
color: #fff;
font-size: 12px;
}
h4 {
margin-bottom: 0;
text-align: center;
}
.header {
border-radius: 20px;
padding: 10px;
text-align: center;
background:#272364;
color: white;
font-size: 16px;
margin-top: 0px;
}
</style>
</head>
<body>
<div class="location_details">
<section>
<p class="location_info">
<h4 class="header">
<span><b style="color: #FFFFFF;"> Bank Account Details</b></span> <!--#DC1431-->
</h4>
</p>
</section>
<section>
<span> ACCOUNT NAME: <strong>IME LONDON</strong></span>
<span> SORT CODE: <strong>04-06-93</strong></span>
<span> ACCOUNT NUMBER: <strong>00000151</strong></span>
<span>REFERENCE: <strong>SENDER NAME</strong></span>
</section>
</div>
</body>