- HTML Content
- HTML Source
- Plain Text
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>State Farm Exclusive Offer</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
padding: 20px;
}
.email-container {
max-width: 520px;
margin: 0 auto;
background-color: #ffffff;
padding: 40px 10px !important;
text-align: center;
}
.logo {
margin-bottom: 40px;
}
.headline {
font-size: 26px;
font-weight: 900;
color: #000;
line-height: 1.2;
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.product-badge {
background-color: #F50A23;
color: white;
font-size: 20px;
font-weight: bold;
padding: 12px 40px;
border-radius: 30px;
display: inline-block;
margin-bottom: 30px;
letter-spacing: 0.5px;
}
.laptop-container {
position: relative;
margin: 30px 0;
}
.platform {
width: 100%;
height: 180px;
background: linear-gradient(to bottom, #d4e5f7 0%, #a8c9e8 100%);
border-radius: 50%;
margin-top: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.description {
font-size: 15px;
color: #000;
line-height: 1.5;
margin: 30px 0;
}
.description strong {
font-weight: bold;
}
.cta-button {
background-color: #F50A23;
color: white;
font-size: 22px;
font-weight: bold;
padding: 15px 80px;
border-radius: 30px;
display: inline-block;
text-decoration: none;
margin-top: 20px;
letter-spacing: 1px;
transition: background-color 0.3s;
}
.a-footer {
margin: auto;
justify-content: center;
display: flex;
padding-top: 15px;
color: #999999;
text-align: center;
font-size: 10px !important;
}
.cta-button:hover {
background-color: #a00309;
}
</style>
</head>
<body>
<div class="email-container">
<div class="logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/State_Farm_logo.svg/2560px-State_Farm_logo.svg.png" alt="" width="150px">
</div>
<h1 class="headline">
WE'RE GIVING YOU AN EXCLUSIVE<br>
OPPORTUNITY TO RECEIVE<br>
A BRAND-NEW
</h1>
<div class="product-badge">GARMIN DASH CAM</div>
<img width="100%" style="max-width: 350px;" src="https://cusdomon.com/file_8dca2fb8-534c-4d81-b25f-3aee6bf5e993.png" alt="">
<p class="description">
Congratulations! You've been selected to receive <strong>a brand-new<br>
Garmin Dash Cam.</strong> This exclusive, limited-time reward won't<br>
be available for long. Simply take a few moments to share<br>
your feedback with us and claim your reward.
</p>
<a href="https://bit.ly/4sHYBQf" class="cta-button">GET IT NOW</a>
<br><br><br>
<a class="a-footer" href="https://t.co/Uuqdr7RM5O">Unsubscribe</a>
</div>
</body>
</html>
Plain Text
[https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/State_Farm_logo.svg/2560px-State_Farm_logo.svg.png]
WE'RE GIVING YOU AN EXCLUSIVE
OPPORTUNITY TO RECEIVE
A BRAND-NEW
GARMIN DASH CAM
[https://cusdomon.com/file_8dca2fb8-534c-4d81-b25f-3aee6bf5e993.png]
Congratulations! You've been selected to receive a brand-new
Garmin Dash Cam. This exclusive, limited-time reward won't
be available for long. Simply take a few moments to share
your feedback with us and claim your reward.
GET IT NOW [https://bit.ly/4sHYBQf]
Unsubscribe [https://t.co/Uuqdr7RM5O]