"Untitled"
Bootstrap 4.1.1 Snippet by Manojkumar001

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Jansons Carpets Wool Rugs Card</title> <style> body{ margin:0; padding:0; font-family: Arial, sans-serif; background:#f4f4f4; display:flex; justify-content:center; align-items:center; min-height:100vh; } .card{ max-width:600px; background:#ffffff; padding:40px 30px; border-radius:16px; box-shadow:0 8px 25px rgba(0,0,0,0.12); text-align:center; } .card h2{ color:#222; margin-bottom:20px; font-size:28px; line-height:1.4; } .card p{ color:#555; font-size:16px; line-height:1.8; margin-bottom:30px; } .btn{ display:inline-block; background:#ffffff; color:#222; text-decoration:none; padding:12px 28px; border:2px solid #222; border-radius:30px; font-weight:600; transition:all 0.3s ease; } .btn:hover{ background:#222; color:#ffffff; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Best Wool Rugs in Delhi for Warm and Elegant Interiors</h2> <p> Jansons Carpets presents the best wool rugs in Delhi crafted from premium natural fibers known for softness, durability, and comfort. These rugs add cozy warmth, refined texture, and timeless style to modern and traditional homes. </p> <a href="https://jansonscarpets.com/wool-carpets.html" target="_blank" class="btn"> Explore Wool Rugs </a> </div> </body> </html>

Questions / Comments: