الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> div { margin: 30px; border: 1px solid gray; } </style> </head> <body> <h2>CSS margin shorthand</h2> <div>This element has a 30px margin on all sides.</div> <p>There is 30px margin above this element.</p> </body> </html>