.isosceles{
width: 0;
height: 0;
border:30px solid;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
border-bottom-color: red;
}
2.直角三角形
.right{
width: 0;
height: 0;
border:30px solid;
border-left: 0;
border-right-color: transparent;
border-top: 0;
border-bottom-color: red;
}
3.圆
.round{
width: 100px;
height: 100px;
background-color: red;
border-radius:50%;
}
4.椭圆
.ellipse{
width: 100px;
height: 80px;
background-color: red;
border-radius:50%;
}
Copyright © 2019- 7swz.com 版权所有 赣ICP备2024042798号-8
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务