本文实例讲述了仿新浪微博箭头的css写法。分享给大家供大家参考。具体实现方法如下:
<div class="arrow">◆</div>
.arrow{
font-family: "SimSun";
font-size: 12px;
color: #EF5A27;
position: absolute;
bottom: -17px;
left: 103px;
}
希望本文所述对大家的web页面设计有所帮助。
仿新浪微博箭头的css写法
原文:http://www.jb51.net/css/259847.html