"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>Best Tribal Carpets in Delhi | Jansons Carpets</title> <style> body{ font-family: Arial, sans-serif; background-color:#f8f8f8; margin:0; padding:0; } .container{ max-width:900px; margin:60px auto; background:#ffffff; padding:40px; text-align:center; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); } h1{ color:#333; margin-bottom:20px; } p{ color:#555; font-size:18px; line-height:1.6; } .learn-btn{ display:inline-block; margin-top:25px; padding:12px 28px; background-color:#b22222; color:#ffffff; text-decoration:none; font-size:16px; border-radius:6px; transition:0.3s; } .learn-btn:hover{ background-color:#8b1a1a; } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Presents Best Tribal Carpets in Delhi Inspired by Cultural Heritage</h1> <p> Jansons Carpets offers the best tribal carpets in Delhi designed with bold patterns and authentic handcrafted detailing. These carpets bring artistic expression, cultural richness, and distinctive charm to interiors while enhancing the overall décor. </p> <a href="https://jansonscarpets.com/tribal-carpets.html" class="learn-btn"> Learn More </a> </div> </body> </html>

Questions / Comments: