Untitled
unknown
plain_text
a month ago
2.6 kB
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Arora Cloth House Business Card</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f0f0f0; } .business-card { background-color: #fff; width: 350px; height: 200px; border-radius: 10px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; justify-content: space-between; font-size: 14px; } .logo { font-size: 24px; font-weight: bold; color: #4CAF50; text-transform: uppercase; letter-spacing: 2px; text-align: center; } .contact-info { margin-top: 10px; color: #333; } .contact-info p { margin: 5px 0; } .highlight { color: #e74c3c; font-weight: bold; font-size: 16px; text-align: center; margin: 10px 0; } .address { font-size: 12px; color: #555; text-align: center; } </style> </head> <body> <div class="business-card"> <div class="logo"> ACH </div> <div class="contact-info"> <p><strong>Company:</strong> ARORA CLOTH HOUSE</p> <p><strong>Phone No:</strong> 9915472882</p> <p><strong>2nd Phone No:</strong> 7009522575</p> </div> <div class="highlight"> <p>हम मात्रा से ज़्यादा गुणवत्ता में विश्वास करते हैं</p> <p>ਅਸੀਂ ਮਾਤਰਾ ਨਾਲੋਂ ਗੁਣਵੱਤਾ ਵਿੱਚ ਵਿਸ਼ਵਾਸ ਕਰਦੇ ਹਾਂ</p> </div> <div class="contact-info"> <p><strong>Products:</strong> Punjabi Suits, Dupattas, Kurta Pajamas, Shirts, Pants</p> </div> <div class="address"> <p><strong>Address:</strong> Sadar Bazar Barnala (148101), Punjab, India</p> </div> </div> </body> </html>
Editor is loading...
Leave a Comment