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

css 三角形的制作

时间:2019-05-30 14:44:20      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:info   height   http   式表   border   img   order   image   com   

样式表:
<style>
.triangle_border_up{
width:0;
height:0;
border-width:0 60px 60px;
border-style:solid;
border-color:transparent transparent red;/*透明 透明 灰*/
}
</style>
 
html:
<body>
<div class="triangle_border_up">
<span></span>
</div>

<div class="heartRight">
<span></span>
</div>
</body>
 
效果:技术图片

 

css 三角形的制作

标签:info   height   http   式表   border   img   order   image   com   

原文地址:https://www.cnblogs.com/gao7/p/10949297.html

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