Advertisement
Kachilee1

Alligator

Jan 18th, 2022 (edited)
3,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Email Template</title>
  7. <style>
  8. body {
  9. font-family: Arial, sans-serif;
  10. background-color: #f4f4f4;
  11. color: #333;
  12. margin: 0;
  13. padding: 0;
  14. }
  15. .container {
  16. width: 90%;
  17. max-width: 400px; /* Reduce the size for mobile-friendly view */
  18. margin: 20px auto;
  19. background-color: #ffffff;
  20. padding: 20px;
  21. border: 1px solid #ddd;
  22. border-radius: 10px; /* Rounded corners */
  23. box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  24. }
  25. img {
  26. max-width: 100%;
  27. height: auto; /* Ensure image scales properly */
  28. display: block;
  29. margin: 0 auto; /* Center the image */
  30. border-radius: 10px; /* Match container's rounded corners */
  31. }
  32. h1 {
  33. color: #333;
  34. }
  35. p {
  36. font-size: 16px;
  37. line-height: 1.5;
  38. }
  39. .footer {
  40. margin-top: 20px;
  41. font-size: 14px;
  42. color: #666;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <div class="container">
  48. <p><img src="https://i.ibb.co/fqsQRmZ/kachib.jpg" alt="Kachiboost Logo"></p>
  49. <br><br>
  50. <p><b>Hi Dear,</b></p>
  51. <p><b>We sincerely apologize for the inconvenience experienced in the past weeks.</b></p>
  52. <p><b>Our server encountered technical difficulties and went down.</b></p>
  53. <p><b>We are pleased to inform you that Kachiboost is now fully operational.</b></p>
  54. <p><b>We will take measures to ensure this does not happen again.</b></p>
  55. <p><b>Best regards,</p>
  56. <p><b>@Management</p>
  57. </div>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement