الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> div { margin: auto; width: 250px; border: 1px solid gray; } </style> </head> <body> <h2>CSS margin auto</h2> <div>Element is centered horizontaly.</div> <p>Note: if width is not defined, the element will take the full width.</p> </body> </html>