"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: #f0f0f0; } .card { background-color: #fff; padding: 30px 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); text-align: center; max-width: 500px; } h1 { font-size: 24px; margin-bottom: 15px; color: #333; } p { font-size: 16px; color: #555; line-height: 1.6; margin-bottom: 25px; } .btn { background-color: #007BFF; color: white; padding: 12px 25px; border: none; border-radius: 8px; text-decoration: none; font-size: 16px; cursor: pointer; transition: background-color 0.3s ease; } .btn:hover { background-color: #0056b3; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Offers Handmade Persian Rugs in Delhi with Timeless Beauty</h1> <p>Jansons Carpets presents handmade Persian rugs in Delhi crafted with intricate patterns and premium materials. These rugs bring luxurious texture, cultural richness, and refined elegance to interiors, creating sophisticated living environments.</p> <a href="https://jansonscarpets.com/persian-carpets.html" class="btn" target="_blank">Explore Rugs</a> </div> </body> </html>

Questions / Comments: