"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 - Silk on Silk Carpets</title> <style> body { font-family: Arial, sans-serif; background-color: #f8f8f8; margin: 0; padding: 0; } .container { max-width: 800px; margin: 60px auto; background: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-align: center; } h1 { color: #333333; margin-bottom: 20px; } p { color: #555555; font-size: 16px; line-height: 1.6; } a.button { display: inline-block; margin-top: 25px; padding: 12px 24px; background-color: #b48a3c; color: #ffffff; text-decoration: none; border-radius: 4px; font-weight: bold; } a.button:hover { background-color: #9a732f; } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Presents Silk on Silk Carpets Known for Luxury and Fine Detailing</h1> <p> Jansons Carpets features silk on silk carpets crafted with intricate weaving and premium silk fibers. These carpets add elegant shine, delicate patterns, and timeless sophistication to interiors, creating a luxurious and refined atmosphere. </p> <a class="button" href="https://jansonscarpets.com/blog/silk-on-silk-rugs/" target="_blank"> Learn More </a> </div> </body> </html>

Questions / Comments: