الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> button { display: block; width: 100%; padding: 10px; margin-bottom: 10px; } </style> </head> <body> <h2>CSS Width and Height</h2> <button>Button 1</button> <button>Button 2</button> <button>Button 3</button> </body> </html>