الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .rectangle { width: 180px; height: 80px; background-color: #af8686; margin: 30px auto; } </style> </head> <body> <div class="rectangle"></div> </body> </html>