<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clinical Monitoring Opportunity!</title>
<style>
body {
margin: 0;
padding: 0;
}
.banner {
width: 720px;
height: 90px;
font-family: Arial, sans-serif;
background-color: #f3f3f3;
border: 1px solid #ccc;
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
box-sizing: border-box;
}
.heading {
font-size: 18px;
font-weight: bold;
}
.subheading {
font-size: 14px;
font-weight: bold;
margin-top: 5px;
}
.text {
font-size: 12px;
margin-top: 5px;
}
.cta-button {
background-color: #014757;
color: white;
padding: 10px;
text-align: center;
border: none;
cursor: pointer;
margin-top: 10px;
text-decoration: none;
display: inline-block;
font-size: 12px;
}
</style>
</head>
<body>
<div class="banner">
<div class="heading">Clinical Monitoring Opportunity!</div>
<div class="subheading">Monitor Digoxin Levels for Patient Safety</div>
<div class="text">
This patient is on digoxin. Monitoring levels (~6 hours post-dose) is crucial for early detection of life-threatening toxicities. Act now and verify digoxin levels are within therapeutic range to optimize patient care. Learn more:
</div>
<a href="#" class="cta-button">Potentially Fatal Digoxin Toxicity | DIGIFab</a>
</div>
</body>
</html>
1
1
1KB
2KB
93.0ms
109.0ms
93.0ms