码迷,mamicode.com
首页 > 其他好文 > 详细

画三角形

时间:2021-06-28 19:45:26      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:tom   width   parent   方法   idt   order   otto   bottom   mat   

div{
width: 0px;
border: 30px solid transparent;
border-left-color: tomato;
}

第二种方法

div{
margin: auto;
width: 0px;
border-top: 20px solid transparent;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid red;
}

画三角形

标签:tom   width   parent   方法   idt   order   otto   bottom   mat   

原文地址:https://www.cnblogs.com/zy950203/p/14940342.html

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