"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 { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #f9f9f9; text-align: center; } .container { max-width: 600px; } h1 { color: #000; margin-bottom: 20px; } p { margin-bottom: 25px; color: #444; } .btn { display: inline-block; padding: 12px 25px; background-color: red; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; } .btn:hover { background-color: darkred; } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Provides Best Wool Carpets in Delhi for Warm and Stylish Interiors</h1> <p> Jansons Carpets showcases the best wool carpets in Delhi crafted with high-quality fibers that ensure softness, durability, and natural warmth. These carpets enhance living spaces with cozy comfort and elegant design suited for every décor style. </p> <a href="https://jansonscarpets.com/wool-carpets.html" class="btn" target="_blank"> Visit </a> </div> </body> </html>

Questions / Comments: