Meta Description" name="description" />
<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<title>Boroplus Vasocare Ad</title>
<style>
body {
background: #e6f7f1;
font-family: Arial, sans-serif;
}
.ad-box {
width: 320px;
margin: 50px auto;
background: #ffffff;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
text-align: center;
padding: 15px;
}
.ad-box img {
width: 150px;
margin-top: 10px;
}
.title {
color: #0a7f5a;
font-size: 22px;
font-weight: bold;
margin: 10px 0;
}
.subtitle {
color: #444;
font-size: 14px;
margin-bottom: 10px;
}
.features {
font-size: 14px;
color: #333;
margin: 10px 0;
}
.features span {
display: block;
margin: 5px 0;
}
.btn {
background: #0a7f5a;
color: #fff;
padding: 10px 20px;
border-radius: 25px;
display: inline-block;
margin-top: 15px;
text-decoration: none;
font-weight: bold;
}
.btn:hover {
background: #055f44;
}
</style>
</head>
<body>
<div class="ad-box">
<!-- Yaha apni image ka naam lagao -->
<img src="boroplus.jpg" alt="Boroplus Vasocare">
<div class="title">Boroplus Vasocare</div>
<div class="subtitle">Dry Skin ka Perfect Solution</div>
<div class="features">
<span>✔ 24 Ghante Moisturisation</span>
<span>✔ Soft & Smooth Skin</span>
<span>✔ Har Din ke Liye Best</span>
</div>
<a href="#" class="btn">Try Now</a>
</div>
</body>
</html>2
1
2KB
2KB
104.0ms
188.0ms
105.0ms