码迷,mamicode.com
首页 > Web开发 > 详细

纯CSS的三角符号

时间:2017-01-19 19:41:15      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:项目   triangle   parent   order   bsp   自己   class   纯css   color   

项目中经常用到三角形,现在给大家讲下用纯CSS写的下三角实心图形

1 .triangle{
2     border-width: 5px 4px 0 4px;
3     border-color:  #454A7Btransparent transparent transparent;
4     border-style:solid;
5     height: 0; 
6     width: 0;
7 }

其他方向的三角图形自己调样式哈,举一反三,不要这么懒嘛,自己弄才会进步。

 

纯CSS的三角符号

标签:项目   triangle   parent   order   bsp   自己   class   纯css   color   

原文地址:http://www.cnblogs.com/cboydream/p/6308062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!