Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 197 Bytes

三角形.md

File metadata and controls

10 lines (9 loc) · 197 Bytes

三角形实现

width: 0;
height: 0;
border-top: 40px solid transparent;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #ff0000;