css實現一個三角形

代碼:css <div></div> <style> div { width: 0; height: 0; border-top: 50px solid red; border-bottom: 50px solid yellow; border-right: 50px solid green; border-left: 50px solid blue; } </style> 效果: 只要黃色部分的
相關文章
相關標籤/搜索