Home  >  Article  >  Web Front-end  >  Content and entities in css3_html/css_WEB-ITnose

Content and entities in css3_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:51:02948browse

css3content的用法

#gaga::before{    font-family:"gaga-font-icon";    content:'\1234'}

<div id="gaga">gaga</div>

实体的用法

#gaga{    font-family:"gaga-font-icon";}


<div id="gaga">&#x1234</div>

效果是一样,content的优势在于灵活的控制,而且减少节点,实体如果要控制,则需要多加层级。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn