- Plain Text
- HTML Content
- HTML Source
Plain Text
Email
BlueCross BlueShield
Unlock Your Complimentary Health Kit
Help us shape better services at Blue Cross Blue Shield. Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
Get Started
• Stethoscope (top clear pocket)
• Assorted bottles/containers (likely saline/antiseptic/solutions)
• Multiple adhesive/medical tapes (several rolls)
• Cotton balls
• Gauze pads and small bandage packs (in clear case)
• Trauma shears (scissors)
• Hemostats/forceps (metal clamps)
• Penlights / small flashlights
• Small zipper pouches for supplies
Explore the robust world of coffee. From the rich espresso to the smooth latte, each drink offers a unique taste journey. Discover the distinct pleasures of cappuccino. For a refreshing twist, try an iced mocha.
http://www.sleekmesaab.com/runri
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email</title>
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.neb-shell {
width: 100%;
padding: 0;
background-color: #0081a7;
}
.neb-container {
max-width: 640px;
margin: 0 auto;
padding: 32px;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.neb-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
}
.neb-title {
font-size: 34px;
font-weight: 700;
margin: 0;
}
.neb-subtitle {
font-size: 24px;
color: #03045e;
margin: 10px 0 20px;
}
.neb-content {
font-size: 16px;
color: #333333;
margin: 20px 0;
}
.neb-list {
list-style: none;
padding: 0;
}
.neb-list-item {
margin: 10px 0;
padding: 8px;
border: 1px dashed #cccccc;
border-radius: 8px;
}
.neb-btn {
display: inline-block;
margin: 20px 0;
padding: 14px 24px;
background-color: #0077b6;
color: #ffffff;
text-decoration: none;
font-size: 18px;
border-radius: 8px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
.neb-container {
padding: 16px;
}
}
@media (prefers-color-scheme: dark) {
.neb-container {
background-color: #222222;
color: #dddddd;
}
.neb-btn {
background-color: #005f99;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-container">
<div class="neb-hero">
<div>
<h1 class="neb-title">BlueCross BlueShield</h1>
<p class="neb-subtitle">Unlock Your Complimentary Health Kit</p>
<p class="neb-content">Help us shape better services at Blue Cross Blue Shield. Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</p>
<div>
<a class="neb-btn" href="http://www.sleekmesaab.com/runri" aria-label="Get Started Button">Get Started</a>
</div>
</div>
</div>
<ul class="neb-list">
<li class="neb-list-item">• Stethoscope (top clear pocket)</li>
<li class="neb-list-item">• Assorted bottles/containers (likely saline/antiseptic/solutions)</li>
<li class="neb-list-item">• Multiple adhesive/medical tapes (several rolls)</li>
<li class="neb-list-item">• Cotton balls</li>
<li class="neb-list-item">• Gauze pads and small bandage packs (in clear case)</li>
<li class="neb-list-item">• Trauma shears (scissors)</li>
<li class="neb-list-item">• Hemostats/forceps (metal clamps)</li>
<li class="neb-list-item">• Penlights / small flashlights</li>
<li class="neb-list-item">• Small zipper pouches for supplies</li>
</ul>
<div class="neb-micro-section" style="font-size:7px;line-height:9px;color:#ffffff;">
Explore the robust world of coffee. From the rich espresso to the smooth latte, each drink offers a unique taste journey. Discover the distinct pleasures of cappuccino. For a refreshing twist, try an iced mocha.
</div>
</div>
</div>
</body>
</html>