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

CSS - 绘制三角形

时间:2019-09-10 16:21:56      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:selector   三角形   height   width   sele   style   ati   strong   str   

1,上三角型

div {
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: transparent transparent red;
}



2,下三角型

div {
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: red transparent transparent;
}
以此类推 。。

CSS - 绘制三角形

标签:selector   三角形   height   width   sele   style   ati   strong   str   

原文地址:https://www.cnblogs.com/500m/p/11498005.html

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