<!-- 节点 -->
<div id="arrow"></div>
<!-- 样式 -->
#arrow
{
width : 0;
height: 0;
border-left : 50px solid transparent;
border-right: 50px solid transparent;
border-top : 80px solid burlywood;
}
网友评论