"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 Card</title> <style> body { margin: 0; padding: 0; background: #f4f4f4; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .card { max-width: 650px; background: #ffffff; padding: 35px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; } .card h2 { color: #222; margin-bottom: 15px; font-size: 28px; line-height: 1.4; } .card p { color: #555; font-size: 17px; line-height: 1.8; margin-bottom: 25px; } .btn { display: inline-block; background: #e60000; color: #fff; text-decoration: none; padding: 14px 30px; border-radius: 6px; font-size: 16px; font-weight: bold; transition: background 0.3s ease; } .btn:hover { background: #c40000; } </style> </head> <body> <div class="card"> <h2>Jansons Carpets Offers Carpets for Living Room Designed for Style and Comfort</h2> <p> Jansons Carpets presents carpets for living room spaces crafted to enhance comfort, elegance, and interior appeal. These carpets add warmth, refined texture, and timeless beauty, creating inviting and stylish living environments. </p> <a href="https://jansonscarpets.com/blog/silk-carpets-for-living-room/" class="btn" target="_blank"> Read More </a> </div> </body> </html>

Questions / Comments: