- HTML Content
- HTML Source
- Plain Text
HTML Source
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email - Promo</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&family=Nunito&family=Quicksand&family=Rubik&family=M+PLUS+Rounded+1c&family=Baloo&family=Varela+Round&family=Comfortaa&family=Fredoka&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 450px;
margin: 20px auto;
border-radius: 1px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background: linear-gradient(to right, #eef4ff, #e4f1f9, #dbecf6, #cfe5f4);
}
.header {
background: url('https://cusdomon.com/file_bcef3777-e123-4320-8776-36cb72f68bd2.png') no-repeat top/cover;
color: white;
text-align: center;
padding: 15px;
font-size: 24px;
font-weight: bold;
border-radius: 8px 8px 0 0;
min-height: 300px;
}
.content {
padding: 20px;
text-align: center;
margin-top: -270px;
}
.content-2 {
background: #f1f1f1;
padding: 12px;
text-align: center;
border-radius: 0 0 8px 8px;
}
.heading {
position: relative;
font-family: Poppins, sans-serif;
}
.heading h2 {
position: relative;
/*font-style: italic;*/
font-weight: 1000;
font-size: 55px;
line-height: 1.1;
color: #000227;
}
.heading p {
position: relative;
top: -142px;
background-color: #f37830;
border-radius: 2px;
padding: 1px 6px;
display: inline-block;
color: white;
font-weight: bold;
font-size: 20px;
}
.button {
display: inline-block;
background: #000;
color: #fff;
padding: 6px 15px;
text-decoration: none;
font-size: 25px;
border-radius: 50px;
font-weight: bold;
margin-top: 0px;
font-family: 'Oswald', sans-serif;
}
</style>
</head>
<body>
<div class="container">
<div class="header"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Sam%27s_Club_Logo_2020.svg/3840px-Sam%27s_Club_Logo_2020.svg.png" style="max-width: 200px; margin: -20px auto">
</div>
<div class="content">
<div class="heading">
<h2 style="font-family: 'Poppins', sans-serif;!important;">ANSWER<br/>TO WIN</h2>
<p>FOR FREE</p>
</div>
<img src="https://cusdomon.com/file_4ab9e4fd-1276-40dc-8441-8df3a8ef7db9.png" style="max-width: 320px; margin-top: -110px">
<p style="font-size: 24px; margin-top: -10px;">A BRAND NEW</p>
<p style="font-family: 'Oswald', sans-serif; margin-top: -30px">Igloo Electric Cooler</p>
<a href="https://amz.run/9yqj" class="button">ENTER TO WIN</a>
<p style="font-family: 'Oswald', sans-serif; margin-top: 20px; text-transform: uppercase; font-size: 12px">
You have been chosen to participate in our loyalty program for free!
</p>
<p style="font-family: 'Oswald', sans-serif; margin-top: -15px; text-transform: uppercase; font-size: 12px">
It will take you only a minute to recieve this fantastic price.
</p>
</div>
<div class="content-2" style="font-size: 12px!important; font-family: 'Arial', sans-serif;">
<p>If you no longer wish to recieve these emails, you may unsubscribe by clicking <a
href="https://amz.run/9yqk">here</a> or by writing to 826 Expressway Lane, Spanish Fork, UT 84660.
</p>
</div>
</div>
</body>
</html>
Plain Text
ANSWER
TO WIN
FOR FREE
A BRAND NEW
Igloo Electric Cooler
ENTER TO WIN
You have been chosen to participate in our loyalty program for free!
It will take you only a minute to recieve this fantastic price.
If you no longer wish to recieve these emails, you may unsubscribe by clicking here or by writing to 826 Expressway Lane, Spanish Fork, UT 84660.