"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 Tribal Carpets</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } .card { background: #ffffff; max-width: 700px; padding: 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; } .card h2 { color: #222; margin-bottom: 20px; font-size: 28px; } .card p { color: #555; line-height: 1.7; font-size: 16px; margin-bottom: 30px; } .btn { display: inline-block; background-color: #d60000; color: #ffffff; text-decoration: none; padding: 14px 28px; border-radius: 6px; font-weight: bold; transition: background-color 0.3s ease; } .btn:hover { background-color: #b30000; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Handmade Tribal Carpets in Delhi with Authentic Artistic Designs</h2> <p> Jansons Carpets presents handmade tribal carpets in Delhi crafted with bold motifs and traditional weaving techniques. These carpets bring cultural richness, artistic character, and distinctive style to both modern and classic interiors. </p> <a href="https://jansonscarpets.com/tribal-carpets.html" class="btn" target="_blank"> Explore Tribal Carpets </a> </div> </body> </html>

Questions / Comments: