"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 - Handmade Wool Rugs</title> <style> *{ margin:0; padding:0; box-sizing:border-box; font-family:Arial, Helvetica, sans-serif; } body{ background:#f5f5f5; display:flex; justify-content:center; align-items:center; min-height:100vh; padding:20px; } .card{ max-width:700px; background:#fff; padding:40px; border-radius:15px; text-align:center; box-shadow:0 10px 30px rgba(0,0,0,0.12); } .card h1{ font-size:32px; color:#222; margin-bottom:20px; line-height:1.4; } .card p{ font-size:18px; color:#555; line-height:1.8; margin-bottom:30px; } .btn{ display:inline-block; background:#d60000; color:#fff; text-decoration:none; padding:14px 32px; border-radius:6px; font-size:18px; font-weight:bold; transition:0.3s ease; } .btn:hover{ background:#b00000; } </style> </head> <body> <div class="card"> <h1>Jansons Carpets Creates Handmade Wool Rugs in Delhi with Premium Quality</h1> <p> Jansons Carpets creates Handmade Wool Rugs in Delhi using premium natural wool and traditional weaving techniques. These handcrafted rugs provide lasting comfort, exceptional durability, and refined style for homes and commercial spaces. </p> <a href="https://jansonscarpets.com/wool-carpets.html" class="btn" target="_blank"> Explore Handmade Wool Rugs </a> </div> </body> </html>

Questions / Comments: