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