css绘制倒三角

 

1 <style>
2 i{  border-left: 5px solid transparent;
3     border-right: 5px solid transparent;
4     border-top: 5px solid #2794EF;
5 }
6 </style>
7 
8 <i></i>
posted @ 2016-10-14 15:58  bubuchu  阅读(664)  评论(0编辑  收藏  举报