"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 Card</title> <style> body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #f4f6f8; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .card { background: #fff; max-width: 700px; padding: 40px; border-radius: 14px; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,0.12); } .card h2 { color: #222; font-size: 30px; margin-bottom: 20px; line-height: 1.3; } .card p { color: #555; font-size: 17px; line-height: 1.8; margin-bottom: 30px; } .btn { display: inline-block; background: #00897b; color: #fff; text-decoration: none; padding: 14px 32px; border-radius: 50px; font-size: 16px; font-weight: bold; transition: 0.3s ease; } .btn:hover { background: #00695c; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Best Kashmir Silk Carpets in Delhi with Timeless Elegance</h2> <p> Jansons Carpets offers Best Kashmir Silk Carpets in Delhi crafted by skilled artisans using fine silk and traditional weaving methods. These handcrafted carpets combine intricate detailing, luxurious textures, and lasting beauty for elegant homes and premium interiors. </p> <a href="https://jansonscarpets.com/kashmir-silk-carpets.html" class="btn" target="_blank" rel="noopener noreferrer"> Explore Kashmir Silk Carpets </a> </div> </body> </html>

Questions / Comments: