"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; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .card { background: #ffffff; max-width: 700px; padding: 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; } .card h2 { color: #222; margin-bottom: 20px; font-size: 30px; line-height: 1.4; } .card p { color: #555; font-size: 17px; line-height: 1.7; margin-bottom: 30px; } .btn { display: inline-block; background-color: #d32f2f; color: #fff; text-decoration: none; padding: 14px 30px; border-radius: 6px; font-size: 16px; font-weight: bold; transition: background-color 0.3s ease; } .btn:hover { background-color: #b71c1c; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Silk on Silk Carpets Crafted for Luxury and Elegance</h2> <p> Jansons Carpets presents silk on silk carpets woven from premium silk fibers with intricate craftsmanship. These carpets feature a luxurious sheen, smooth texture, and timeless beauty, making them a perfect choice for sophisticated interiors. </p> <a href="https://jansonscarpets.com/blog/silk-on-silk-rugs/" class="btn" target="_blank"> Read More </a> </div> </body> </html>

Questions / Comments: