"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 { margin: 0; padding: 0; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; background-color: #f9f9f9; } .container { max-width: 700px; } h1 { font-size: 28px; margin-bottom: 15px; } p { font-size: 16px; color: #555; margin-bottom: 25px; } .btn { background-color: red; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; } .btn:hover { background-color: darkred; } </style> </head> <body> <div class="container"> <h1>Jansons Carpets Presents Silk on Silk Rugs Crafted with Luxury and Fine Detailing</h1> <p> Jansons Carpets features silk on silk rugs woven with premium silk fibers and intricate artistry. These rugs enhance interiors with elegant shine, smooth texture, and timeless charm, offering a truly luxurious decorative statement. </p> <a href="https://jansonscarpets.com/blog/silk-on-silk-rugs/" class="btn">Learn More</a> </div> </body> </html>

Questions / Comments: