font awesome在before after中的应用

2020-07-29 / 技术 / lz1473 OLEOU /
在 :after/ :before 使用 font awesome web Icon

a:after {
    color: #1e7e34;
    content: "f08e";
    font-family: FontAwesome;

    font-style: normal; 
    font-weight: normal; 
    text-decoration: inherit; 
}

 
点赞 打赏
评论区
正在加载评论…