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.

65 lines
1.6 KiB

4 months ago
  1. <html>
  2. <head>
  3. <meta http-equiv=Content-Type content="text/html; charset=UTF-8">
  4. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  5. <style type="text/css">
  6. .location_details {
  7. padding: 0px 42px;
  8. border-radius: 25px;
  9. background: #f2f2f2;
  10. }
  11. span {
  12. display: block;
  13. padding: 3px 0;
  14. }
  15. .flex {
  16. display: flex;
  17. gap: 10px;
  18. }
  19. .copy-btn {
  20. background: #DC1431;
  21. border: 0;
  22. border-radius: 3px;
  23. color: #fff;
  24. font-size: 12px;
  25. }
  26. h4 {
  27. margin-bottom: 0;
  28. text-align: center;
  29. }
  30. .header {
  31. border-radius: 20px;
  32. padding: 10px;
  33. text-align: center;
  34. background:#272364;
  35. color: white;
  36. font-size: 16px;
  37. margin-top: 0px;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="location_details">
  43. <section>
  44. <p class="location_info">
  45. <h4 class="header">
  46. <span><b style="color: #FFFFFF;"> Bank Account Details</b></span> <!--#DC1431-->
  47. </h4>
  48. </p>
  49. </section>
  50. <section>
  51. <span> ACCOUNT NAME: <strong>IME LONDON</strong></span>
  52. <span> SORT CODE: <strong>04-06-93</strong></span>
  53. <span> ACCOUNT NUMBER: <strong>00000151</strong></span>
  54. <span>REFERENCE: <strong>SENDER NAME</strong></span>
  55. </section>
  56. </div>
  57. </body>