- HTML Content
- HTML Source
- Plain Text
HTML Source
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lidl - Silvercrest Vacuum</title>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.wrapper {
max-width: 500px;
margin: 20px auto;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
border-radius: 2px;
font-family: "Oswald", sans-serif;
}
.email-container {
max-width: 500px;
margin: 0 auto;
padding: 20px;
background-image: url('https://goimgweb.com/file_741a6467-e107-4bd4-b548-5e267baa48ac.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.email-header {
text-align: center;
padding-bottom: 20px;
margin-bottom: -20px;
}
.email-header img {
/*margin-bottom: 20px;*/
margin-top: 30px;
max-width: 170px;
}
.email-body {
font-family: Popping, sans-serif;
margin-top: 30px!important;
padding-bottom: 20px;
font-size: 26px;
line-height: 0;
color: #333333;
text-align: center;
font-weight: 1000;
}
.email-footer {
text-align: center;
font-size: 14px;
color: #fafafa;
padding-top: 20px;
text-transform: uppercase;
font-weight: bold;
}
.answer {
color: #fff;
font-size: 55px;
font-style: italic;
font-family: Poppins, sans-serif;
font-weight: 1000;
}
.a-2 {
font-size: 45px!important;
}
.btn {
display: inline-block;
background-color: #fbbc33;
color: #ffffff;
padding: 10px 50px;
border-radius: 1px;
border: 1px solid white;
text-decoration: none;
font-weight: bold;
margin: 0 auto;
}
.btn:hover {
background-color: #570122;
}
.body-2 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.footer {
background-color: #fafafa;
font-size: 11px;
color: #666;
margin-top: -11px;
text-align: center;
padding: 10px 10px;
font-family: "Arial", sans-serif;
}
.btn-div {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 30px;
}
.btn-div p {
font-family: Poppins, sans-serif;
font-weight: bold;
margin-top: 10px;
color: #fafafa;
font-size: 26px;
}
@media (max-width: 500px) {
.answer {
font-size: 40px;
}
.a-2 {
font-size: 35px!important;
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="email-container">
<div class="email-header">
<img src="https://cdn.freebiesupply.com/logos/large/2x/lowes-5-logo-png-transparent.png" alt="Lidl Logo">
</div>
<div class="email-body">
<p class="answer">RESPOND &</p>
<p class="answer" style="color: #fbbc33;">WIN</p>
<p class="answer a-2">BRAND NEW</p>
</div>
<!-- Random image centered -->
<div class="body-2">
<div class="img">
<img src="https://goimgweb.com/file_f8a2f961-b47b-4531-9d9d-520f6bdb811d.png" alt="Random Image" style="width: 350px; height: 100%; object-fit: cover; margin-bottom: -10px">
</div>
</div>
<div class="email-footer">
<p>You've been selected to participate in our loyalty program <span style="color: red; font-style: italic">for free!</span></p>
<p>It will only take you a minute to claim this fantastic prize.</p><br/>
</div>
<div class="btn-div">
<a href="https://t.co/SzKzlCpGkE" class="btn">START</a>
<p class="p-btn">IT'S FREE</p>
</div>
</div>
<div class="footer">
<p>If you no longer wish to receive these emails, you can unsubscribe by clicking <a href="https://t.co/SzKzlCpGkE">here</a>.</p>
</div>
</div>
</body>
</html>
Plain Text
Lidl Logo
[https://cdn.freebiesupply.com/logos/large/2x/lowes-5-logo-png-transparent.png]
RESPOND &
WIN
BRAND NEW
Random Image
[https://goimgweb.com/file_f8a2f961-b47b-4531-9d9d-520f6bdb811d.png]
You've been selected to participate in our loyalty program for free!
It will only take you a minute to claim this fantastic prize.
START [https://t.co/SzKzlCpGkE]
IT'S FREE
If you no longer wish to receive these emails, you can unsubscribe by clicking
here [https://t.co/SzKzlCpGkE].