"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: #f5f5f5; } .card { background-color: #fff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; max-width: 500px; } h1 { font-size: 24px; margin-bottom: 20px; } p { font-size: 16px; color: #555; margin-bottom: 30px; } .btn { display: inline-block; padding: 12px 25px; font-size: 16px; color: #fff; background-color: #e74c3c; /* Red button */ text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease; } .btn:hover { background-color: #c0392b; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Stands as a Trusted Handmade Carpet Shop in Delhi</h1> <p> Jansons Carpets is recognized as a handmade carpet shop in Delhi offering a wide collection of artisan-crafted carpets. Each piece reflects premium craftsmanship, elegant design, and lasting durability, helping create stylish and comfortable interiors. </p> <a href="https://jansonscarpets.com/" class="btn" target="_blank">Visit Website</a> </div> </body> </html>

Questions / Comments: