المشاركات

عرض المشاركات من سبتمبر, 2025
  <!DOCTYPE html> <html lang="ar"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>منصة تعلم المفردات - Mr Mohamed Attia</title>   <link href=" https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap " rel="stylesheet">   <style>     /* --- Dark Mode Variables --- */     :root {       --background: # 121212 ;       --surface: #1e1e1e;       --primary: #bb86fc;       --secondary: #ffc107;       --accent: #03dac6;       --danger: #cf6679;       --text: #ffffff;       --muted: #a0a0a0;       --border: # 333333 ;       --radi...