"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; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .card { background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: center; max-width: 500px; } h1 { font-size: 22px; margin-bottom: 15px; } p { font-size: 16px; color: #555; margin-bottom: 25px; } .btn { background-color: #e74c3c; /* red */ color: white; text-decoration: none; padding: 12px 25px; border-radius: 6px; font-weight: bold; transition: background-color 0.3s; } .btn:hover { background-color: #c0392b; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Explains How Hand Knotted Rugs Are Made with Traditional Craftsmanship</h1> <p>Jansons Carpets explains how hand knotted rugs are made using skilled weaving techniques and detailed craftsmanship. These rugs showcase artistry, durability, and timeless beauty, making them valuable additions to elegant living spaces.</p> <a href="https://jansonscarpets.com/blog/how-are-hand-knotted-rugs-made/" class="btn" target="_blank">Read More</a> </div> </body> </html>

Questions / Comments: