"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: 30px 40px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); text-align: center; max-width: 500px; } .card h1 { font-size: 24px; margin-bottom: 20px; color: #333; } .card p { font-size: 16px; color: #555; line-height: 1.5; margin-bottom: 30px; } .red-btn { display: inline-block; text-decoration: none; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 8px; font-weight: bold; transition: background-color 0.3s; } .red-btn:hover { background-color: #000000; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Provides Best Wool Rugs in Delhi for Warm and Stylish Interiors</h1> <p> Jansons Carpets showcases the best wool rugs in Delhi crafted from premium natural fibers known for softness, durability, and comfort. These rugs add cozy warmth, refined texture, and timeless style to interiors, making them suitable for modern and traditional homes. </p> <a href="https://jansonscarpets.com/wool-carpets.html" class="red-btn">Visit Now</a> </div> </body> </html>

Questions / Comments: