الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> img { display: block; width: 100%; max-width: 500px; margin-bottom: 10px; } </style> </head> <body> <h2>Responsive image with max-size</h2> <img src="/tutorials/css/dimension/farm.png"/> <p>Resize the page to see how the width of image change.</p> </body> </html>