"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 { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: Arial, sans-serif; background-color: #f4f4f4; } .card { background-color: #fff; padding: 30px 40px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); text-align: center; max-width: 500px; } .card h1 { font-size: 24px; margin-bottom: 20px; color: #333; } .card p { font-size: 16px; line-height: 1.6; margin-bottom: 30px; color: #555; } .card a { display: inline-block; padding: 12px 25px; background-color: #e74c3c; /* red button */ color: #fff; text-decoration: none; font-weight: bold; border-radius: 5px; transition: background-color 0.3s ease; } .card a:hover { background-color: #c0392b; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Offers Best Tribal Carpets in Delhi Inspired by Rich Heritage</h1> <p> Jansons Carpets presents the best tribal carpets in Delhi crafted with bold patterns and authentic handcrafted techniques. These carpets add artistic charm, warmth, and cultural richness to interiors, creating distinctive and stylish living spaces. </p> <a href="https://jansonscarpets.com/tribal-carpets.html" target="_blank">Explore Tribal Carpets</a> </div> </body> </html>

Questions / Comments: