craiyon logo

Arabic text 'Tahia Lawyer' with a balance scale icon on a white rounded rectangle against a grey background.

Arabic text 'Tahia Lawyer' with a balance scale icon on a white rounded rectangle against a grey background.

<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <title>تحية – محامية</title> <style> body { background-color: #f4f4f4; font-family: Arial, sans-serif; text-align: center; direction: rtl; } .office { margin-top: 80px; background: white; padding: 30px; border-radius: 15px; box-shadow: 0 0 10px #aaa; display: inline-block; } .name { font-size: 32px; color: #6b2c91; margin-bottom: 10px; } .job { font-size: 22px; color: #333; } </style> </head> <body> <div class="office"> <div class="name">تحية</div> <div class="job">محامية ⚖️</div> </div> </body> </html> Mehr sehen