"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 - Handmade Kashmiri Silk Carpet</title> <style> *{ margin:0; padding:0; box-sizing:border-box; font-family:Arial, Helvetica, sans-serif; } body{ background:#f4f4f4; display:flex; justify-content:center; align-items:center; min-height:100vh; padding:20px; } .card{ max-width:700px; background:#fff; padding:40px 35px; border-radius:15px; box-shadow:0 10px 30px rgba(0,0,0,0.12); text-align:center; } .card h2{ color:#222; font-size:30px; line-height:1.4; margin-bottom:20px; } .card p{ color:#555; font-size:17px; line-height:1.8; margin-bottom:30px; } .btn{ display:inline-block; background:#d60000; color:#fff; text-decoration:none; padding:14px 34px; border-radius:6px; font-size:16px; font-weight:bold; transition:.3s; } .btn:hover{ background:#b00000; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Best Handmade Kashmiri Silk Carpet in Delhi with Timeless Luxury</h2> <p> Jansons Carpets showcases the Best Handmade Kashmiri Silk Carpet in Delhi, crafted from fine silk and woven with remarkable precision. These exquisite carpets add luxurious texture, elegant sheen, and sophisticated charm to premium interiors. </p> <a class="btn" href="https://jansonscarpets.com/kashmir-silk-carpets.html" target="_blank"> Explore Collection </a> </div> </body> </html>

Questions / Comments: