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