实现这一过程其实很简单:1)先创建一个盒子2)为这个盒子添加样式
#triangle { height: 0; width: 0; border-right: 50px solid transparent; border-bottom: 50px solid yellow; border-left: 50px solid transparent; }