"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; font-family: Arial, sans-serif; background: #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 h1 { color: #222; font-size: 30px; margin-bottom: 20px; line-height: 1.4; } .card p { color: #555; font-size: 18px; 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"> <h1>Jansons Carpets Provides Handmade Carpets in India Crafted with Expert Artistry</h1> <p> Jansons Carpets showcases handmade carpets in India created by skilled artisans using premium materials and traditional weaving techniques. These carpets bring warmth, durability, and timeless elegance to interiors, creating stylish and sophisticated living spaces. </p> <a href="https://jansonscarpets.com/" target="_blank" class="btn"> Visit us </a> </div> </body> </html>

Questions / Comments: