موقعي التعليمي

تعلم كهرباء السيارات بطريقة مبسطة

مخطط الزجاج الكهربائي

في هذا الدرس نشرح طريقة عمل الزجاج الكهربائي مع مخطط مبسط وشرح عملي.

أعطال شائعة

تعطل الزجاج – فيوز محترق – محرك تالف – زر معطوب.

body { margin: 0; font-family: Tahoma, Arial; background: #f4f6f8; color: #333; } /* Header */ .header { background: #1e293b; color: white; padding: 20px; text-align: center; } /* Layout */ .container { display: flex; min-height: 80vh; } /* Sidebar */ .sidebar { width: 220px; background: #0f172a; padding: 20px; } .sidebar ul { list-style: none; padding: 0; } .sidebar li { margin-bottom: 15px; } .sidebar a { color: #e5e7eb; text-decoration: none; font-size: 16px; } .sidebar a:hover { color: #38bdf8; } /* Content */ .content { flex: 1; padding: 30px; } .content article { background: white; padding: 20px; margin-bottom: 20px; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } /* Footer */ .footer { background: #1e293b; color: white; text-align: center; padding: 15px; }