Skip to content

Instantly share code, notes, and snippets.

View harithalshrif's full-sized avatar

harithalshrif

View GitHub Profile
@harithalshrif
harithalshrif / builder.html
Last active February 25, 2026 09:20
مولد الأسئلة
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>محرر أسئلة المسابقة | النسخة الاحترافية</title>
<style>
:root {
--primary: #1a2a6c;
--secondary: #d4af37;
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>مسابقة الثقافة</title>
<style>
:root { --gold: #d4af37; --dark-blue: #1a2a6c; --bg: #f4f7f6; --danger: #e74c3c; --success: #2ecc71; --warning: #f39c12; --secondary: #7f8c8d; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: var(--bg); margin: 0; padding: 10px; color: #333; }
.setup-container, .game-container { max-width: 950px; margin: auto; background: white; padding: 25px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }