CSS制作三角形的方法

 
把元素定义成块级0大小(0宽0高0字号0行高)后, 通过改变元素的border-color和border-width实现




  1. <style>
  2. .angle {
  3.  margin:50px 25px;
  4.  padding:0px;
  5.  position:relative;
  6.  z-index:1;
  7.  background-color:rgb(51,88,159);
  8.  width:500px;
  9.  height:150px;
  10.  color:rgb(255,255,255);
  11.  text-align:center;
  12.  line-height:150px;
  13.  font-size:14px}
  14. </style>



  15. <div class="angle">
  16. <span class="top" style="position:absolute; z-index:0; border-style:solid; width:0px; height:0px; line-height:0; font-size:0px; border-width:0px 20px 20px ; border-color:transparent transparent rgb(51,88,159); left:100px; top:-20px"></span>

  17. test1234567890
  18. </div>




<script type=text/javascript charset=utf-8 src="http://static.bshare.cn/b/buttonLite.js#style=-1&uuid=&pophcol=3&lang=zh"></script> <script type=text/javascript charset=utf-8 src="http://static.bshare.cn/b/bshareC0.js"></script>
阅读(74) | 评论(0) | 转发(0) |
0

上一篇:CSS圆角背景

下一篇:DNS的SPF记录

给主人留下些什么吧!~~
评论热议
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值