"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 - Carpet Cleaning Services</title> <style> *{ margin:0; padding:0; box-sizing:border-box; font-family:Arial, Helvetica, sans-serif; } body{ background:#f4f7f8; display:flex; justify-content:center; align-items:center; min-height:100vh; padding:20px; } .card{ max-width:700px; background:#ffffff; padding:40px 35px; border-radius:14px; box-shadow:0 8px 25px rgba(0,0,0,0.12); text-align:center; } .card h2{ color:#1f2937; font-size:30px; margin-bottom:18px; line-height:1.4; } .card p{ color:#555; font-size:17px; line-height:1.8; margin-bottom:30px; } .btn{ display:inline-block; background:#008080; color:#fff; text-decoration:none; padding:12px 28px; border-radius:6px; font-size:16px; font-weight:bold; transition:.3s ease; } .btn:hover{ background:#006d6d; } @media(max-width:768px){ .card{ padding:30px 22px; } .card h2{ font-size:24px; } .card p{ font-size:16px; } } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Best Carpet Cleaning Services in Delhi with Professional Care</h2> <p> Jansons Carpets offers the Best Carpet Cleaning Services in Delhi using advanced cleaning methods that effectively remove dirt, stains, and allergens while preserving the texture, color, and durability of handmade and premium carpets. </p> <a href="https://jansonscarpets.com/carpet-cleaning-in-delhi.html" class="btn" target="_blank"> Learn More </a> </div> </body> </html>

Questions / Comments: