您的位置:首页 > 其它

在 :after/ :before 使用 font awesome web Icon

2015-01-07 15:19 351 查看
.element {
position: relative;
}

/*replace the content value with the
corresponding value from the list below*/

.element:before {
content: "\f000";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
font-size: 18px;
padding-right: 0.5em;
position: absolute;
top: 10px;
left: 0;
}


来源: http://astronautweb.co/snippet/font-awesome/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: