"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; background: #f4f4f4; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; } .card { background: #ffffff; max-width: 700px; padding: 40px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.12); text-align: center; } .card h1 { font-size: 32px; color: #222; margin-bottom: 20px; line-height: 1.4; } .card p { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 30px; } .btn { display: inline-block; background: red; color: #fff; text-decoration: none; padding: 14px 30px; border-radius: 8px; font-size: 17px; font-weight: bold; transition: 0.3s ease; } .btn:hover { background: #c40000; } </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: