以前做三角形圖示一直是用圖片,或是css3旋轉,現在才發現原來還有這麼簡單的三角形 div { border: 10px solid transparent; border-bottom: 10px solid #000; width: 0; } 只要這麼簡單的三行css就可以實現一個三角形!