الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .rhombus { width: 90px; height: 90px; transform: rotate(45deg); background-color: #43c4c0; margin: 30px auto; } </style> </head> <body> <div class="rhombus"></div> </body> </html>