"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</title> <style> body { margin: 0; padding: 0; font-family: 'Segoe UI', Arial, sans-serif; background: linear-gradient(135deg, #f5f5f5, #e6e6e6); display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container { background: #ffffff; padding: 40px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); max-width: 600px; } h1 { color: #222; font-size: 26px; margin-bottom: 20px; } p { color: #555; font-size: 16px; line-height: 1.6; margin-bottom: 30px; } .btn { display: inline-block; padding: 14px 28px; background: #d60000; color: #fff; text-decoration: none; font-size: 16px; font-weight: bold; border-radius: 6px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(214, 0, 0, 0.3); } .btn:hover { background: #a80000; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(214, 0, 0, 0.4); } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Stands Among the Best Rug Dealers Near Me for Premium Rugs</h1> <p> If you are searching for rug dealers near me, Jansons Carpets is the finest destination offering a diverse range of handmade rugs. The collection combines quality craftsmanship, elegant designs, and durability to enhance interiors beautifully. </p> <a href="https://jansonscarpets.com/blog/rug-dealers-near-me-in-delhi/" class="btn" target="_blank"> Explore Collection </a> </div> </body> </html>

Questions / Comments: