- Plain Text
- HTML Content
- HTML Source
Plain Text
Omaha Steaks Logo
[https://upload.wikimedia.org/wikipedia/en/d/d7/Omaha_Steaks_logo.png]
OMAHA STEAKS - GREAT STEAKS SAMPLER
This Thanksgiving, Indulge in the Finest Cuts with Omaha Steaks Great Steaks
Sampler
Your invitation to culinary excellence has been unlocked for this exclusive
Thanksgiving Omaha Steaks promotion. Feast your senses on our premium Great
Steaks Sampler, featuring hand-cut, perfectly aged selections that define
American stea khouse luxury. Don't miss this rare opportunity to elevate your
holiday table - this exclusive offer expires soon!
Omaha Steaks - Great Steaks Sampler
[https://goimgweb.com/file_e1f58f0a-00f9-44f5-bc7c-caadb370b742.png]
Omaha Steaks - Great Steaks Sampler
Claim My Great Steaks Sampler [https://t.co/lUX4tDGMnR]
If you no longer want to receive messages like this, you may unsubscribe here
[https://t.co/lUX4tDGMnR].
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omaha Steaks - Great Steaks Sampler</title>
<style>
body {
margin:0;
background:#f4efe6;
font-family:Arial, sans-serif;
color:#1e1e1e;
}
.container {
max-width:780px;
margin:0 auto;
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
}
/* HEADER - LIGHT */
.header {
background:#f7f7f7;
text-align:center;
padding:18px;
border-bottom:1px solid #e2e2e2;
}
.header img {
width:150px;
}
/* SPLIT HERO */
.hero {
display:flex;
flex-wrap:wrap;
}
/* LEFT SIDE — FALL SCENE */
.hero-left {
flex:1;
min-width:280px;
background-color: #D15B00;
padding:60px 28px;
position:relative;
color:#fff;
}
.hero-left::before {
content:"";
position:absolute;
top:0; left:0;
width:100%; height:100%;
background:rgba(0,0,0,0.48);
backdrop-filter:blur(2px);
}
.hero-left .content {
position:relative;
text-align:center;
max-width:300px;
margin:auto;
}
.hero-left h1 {
margin:0 0 12px;
font-size:30px;
font-weight:700;
}
.hero-left .highlight {
font-size:19px;
font-weight:700;
color:#ffddad;
margin-bottom:10px;
display:block;
}
.hero-left p {
margin:0;
font-size:15.5px;
line-height:1.45;
}
/* RIGHT SIDE — PRODUCT */
.hero-right {
flex:1;
min-width:280px;
background:url('https://t4.ftcdn.net/jpg/01/24/15/49/360_F_124154935_RCDjGe5KyXvp56ghi9GHDbrkw6wpmRl4.jpg') center/cover no-repeat;
padding:40px 20px;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}
.hero-right::before {
content:"";
position:absolute;
top:0; left:0;
width:100%; height:100%;
background:rgba(255,255,255,0.45);
backdrop-filter:blur(2px);
}
.hero-right img {
position:relative;
z-index:1;
width:85%;
max-width:320px;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.25);
}
.hero-right .name {
position:relative;
z-index:1;
text-align:center;
color:#1e1e1e;
font-size:18px;
font-weight:800;
margin-top:12px;
}
/* CTA */
.cta {
text-align:center;
padding:35px 25px 45px;
}
.cta a {
background:#8b3a1e;
color:#fff;
text-decoration:none;
padding:16px 34px;
border-radius:8px;
font-size:19px;
font-weight:700;
display:inline-block;
transition:0.25s ease;
}
.cta a:hover {
background:#632714;
}
/* FOOTER — UNSUBSCRIBE */
.footer {
text-align:center;
padding:18px 20px 25px;
font-size:12px;
color:#777;
}
.footer a {
color:#777;
text-decoration:underline;
}
@media(max-width:700px){
.hero-left h1 {font-size:26px;}
.hero-right img {width:75%;}
}
</style>
</head>
<body>
<div class="container">
<!-- HEADER -->
<div class="header">
<img src="https://upload.wikimedia.org/wikipedia/en/d/d7/Omaha_Steaks_logo.png" alt="Omaha Steaks Logo">
</div>
<!-- SPLIT HERO -->
<div class="hero">
<!-- LEFT SIDE -->
<div class="hero-left">
<div class="content">
<h1>Omaha Steaks - Great Steaks Sampler</h1>
<span class="highlight">This Thanksgiving, Indulge in the Finest Cuts with Omaha Steaks Great Steaks Sampler</span>
<p>Your invitation to culinary excellence has been unlocked for this exclusive Thanksgiving Omaha Steaks promotion. Feast your senses on our premium Great Steaks Sampler, featuring hand-cut, perfectly aged selections that define American stea
khouse luxury. Don't miss this rare opportunity to elevate your holiday table - this exclusive offer expires soon!</p>
</div>
</div>
<!-- RIGHT SIDE -->
<div class="hero-right">
<div>
<img src="https://goimgweb.com/file_e1f58f0a-00f9-44f5-bc7c-caadb370b742.png" alt="Omaha Steaks - Great Steaks Sampler">
<div class="name">Omaha Steaks - Great Steaks Sampler</div>
</div>
</div>
</div>
<!-- CTA -->
<div class="cta">
<a href="https://t.co/lUX4tDGMnR">Claim My Great Steaks Sampler</a>
</div>
<!-- FOOTER with UNSUBSCRIBE -->
<div class="footer">
If you no longer want to receive messages like this, you may <a href="https://t.co/lUX4tDGMnR">unsubscribe here</a>.
</div>
</div>
</body>
</html>