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

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

时间:2015-01-07 16:42:10      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

.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/

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

标签:

原文地址:http://www.cnblogs.com/lucker/p/4208546.html

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