博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css attr 利用特殊字体 图片 :before content
阅读量:7033 次
发布时间:2019-06-28

本文共 471 字,大约阅读时间需要 1 分钟。

html code:

<li data-icon="a" class="col one-third step " id="plan"><h4>Plan</h4></li>

css code:

backgroundnone repeat scroll 0 0 #D3404A;

    
border-radius
2.67em 2.67em 2.67em 2.67em
;
    
color
#FFFFFF
;
    
content
attr(data-icon)
; //图片关键方法
    
display
inline-block
;
    
font-family
fontello
;  //图标关键字体
    
text-align
center
;
    
text-shadow
1px 2px 0 rgba(0, 0, 0, 0.2)
;
    
width
2.67em
;
http://thehappybit.com/about/

转载于:https://www.cnblogs.com/FineDay/articles/3123749.html

你可能感兴趣的文章