css CSS中的引用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS中的引用相关的知识,希望对你有一定的参考价值。

<blockquote>
  <p>A person's a person, no matter how small.</p>
  - <cite>Dr. Suess</cite>
</blockquote>

p:before{
  /*content: '"'; /*standard keyboard quote*/*/
  content: "\201C"; /*last 4 digits of unicode from unicode-table.com */
  color: red;
  font-size: 20px;
}
/*repeat for closing quote using p:after and the appropriate unicode

以上是关于css CSS中的引用的主要内容,如果未能解决你的问题,请参考以下文章

thinkphp怎么引用css文件

外部js怎么引用css?

如何使用相对路径在 XSLT 中引用 CSS

如何将引导颜色作为css中的变量引用?

IIS 重写规则以将查询字符串添加到 ASP.net 页面中的 .css 和 .js 引用?

IE 在引用 CSS 文件时不支持基本元素中的相对路径