<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Douglas Aktion</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
text-align: center;
padding: 20px;
}
.email-container {
max-width: 600px;
background-color: white;
padding: 10px;
border-radius: 1px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: auto;
}
.header-image {
width: 100%;
height: 300px;
background-image: url('https://i.imgur.com/1pwdaAI.png');
background-size: cover;
background-position: center;
}
.header-image::before {
content: '';
position: absolute;
max-height: 400px;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.3);
z-index: 1;
}
.gift-card-image{
display: flex;
align-items: center;
justify-content: start;
}
.gift-card-image img {
max-width: 300px;
margin-top: -50px;
position: relative;
z-index: 1;
margin-left: 20px;
}
.title {
font-size: 18px;
font-weight: bold;
color: black;
margin-top: 10px;
}
.content p {
font-size: 16px;
color: #333;
text-align: left;
margin: 15px 20px;
}
.highlight {
font-weight: bold;
color: #e60000;
}
.claim-button {
display: inline-block;
margin-top: 20px;
background-color: #c3ebe6;
color: #000;
padding: 12px 40px;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
font-weight: bold;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #666;
}
.img {
border-radius: 30px;
}
.content {
z-index: 1000;
}
@media (max-width: 500px) {
.gift-card-image img {
max-width: 250px;
}
}
</style>
</head>
<body>
<div class="email-container">
<div class="header-image"></div>
<div class="gift-card-image">
<a href="https://buff.ly/F3UTcr0"><img src="https://i.imgur.com/5ViJbcv.png" alt="Douglas" class="img"></a>
</div>
<div class="content">
<p><strong>Lieber exim4,</strong></p>
<p>Wir haben dieses Programm entwickelt, um Ihnen auf eine angenehme und besondere Weise eine Freude zu machen – mit der <span class="highlight"><a href="https://buff.ly/F3UTcr0">Lancôme Beauty-Box</a></span>.</p>
<p>Unser Ziel ist es, die Wertschätzung für unsere Kunden zu unterstreichen und eine Umgebung zu schaffen, in der sich jeder Kunde geschätzt fühlt.</p>
<p>Wir freuen uns, Ihnen mitteilen zu können, dass Sie als einer unserer geschätzten Gewinner ausgewählt wurden! Als Zeichen unserer Anerkennung schenken wir Ihnen eine <span class="highlight"><a href="https://buff.ly/F3UTcr0">Lancôme Beauty-Box</a></span>. Vielen Dank für Ihr Vertrauen und Ihre Treue.</p>
<a href="https://buff.ly/F3UTcr0" class="claim-button">JETZT BELOHNUNG EINLÖSEN</a>
<br/><br/>
<hr/>
</div>
</div>
</body>
</html>