الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .demo { margin-top: 60px; margin-left: 40px; margin-right: 10px; margin-bottom: 30px; border: 1px solid gray; } </style> </head> <body> <h2>CSS margin sides</h2> <p class="demo">This element has a top margin of 60px, a bottom margin of 30px, a right margin of 10px, and a left margin of 40px.</p> </body> </html>