الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .hexagon { margin-left:auto; margin-right: auto; width: 100px; height: 100px; background-color: rgba(155, 72, 189, 0.99); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); margin: 30px auto; } </style> </head> <body> <div class="hexagon"></div> </body> </html>