"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>Persian Carpets for Sale</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 40px 20px; text-align: center; color: #333; background-color: #ffffff; } .container { max-width: 700px; margin: auto; } .btn { display: inline-block; margin-top: 20px; padding: 12px 24px; background-color: #008080; /* teal green */ color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: bold; transition: background-color 0.3s ease; } .btn:hover { background-color: #006666; } </style> </head> <body> <div class="container"> <h2>Jansons Carpets Offers Persian Carpets for Sale with Timeless Artistic Craftsmanship</h2> <p> Jansons Carpets showcases Persian carpets for sale featuring intricate motifs and premium materials. These carpets bring cultural elegance, luxurious texture, and refined beauty to interiors, making them perfect for sophisticated and stylish living spaces. </p> <a href="https://jansonscarpets.com/persian-carpets.html" class="btn"> Visit Us </a> </div> </body> </html>

Questions / Comments: