Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>نظام الرحلات الموسمية - جوال</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family:"Tahoma",sans-serif; background:#f4f4f4; padding:10px; direction:rtl; text-align:right;}
.container {background:#fff; border-radius:10px; padding:15px; max-width:480px; margin:auto; box-shadow:0 0 10px rgba(0,0,0,0.1);}
input, select, button {width:100%; padding:15px; margin:8px 0; border:1px solid #ccc; border-radius:8px; font-size:18px;}