الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .demo { margin: 20px 0; border: 1px solid gray; } </style> </head> <body> <h2>CSS margin shorthand</h2> <div class="demo">This element has a 20px margin on top and bottom.</div> <div>This element has a 20px margin on top and bottom.</div> </body> </html>