diff options
author | 周盛道 <26922dd@sina.com> | 2021-08-19 15:48:21 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-08-19 20:56:27 +0800 |
commit | cfd4897058f7ff2738895f688a8761aa142894c5 (patch) | |
tree | c65bc318c78c481f019caf2609e31248a1babbcc /files/zh-cn/web/css | |
parent | 6a78db22e0dbac2d4c8f615ed6b7b59029c00104 (diff) | |
download | translated-content-cfd4897058f7ff2738895f688a8761aa142894c5.tar.gz translated-content-cfd4897058f7ff2738895f688a8761aa142894c5.tar.bz2 translated-content-cfd4897058f7ff2738895f688a8761aa142894c5.zip |
修改错误。
将 Cssref 修改为 Cssxref
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r-- | files/zh-cn/web/css/_doublecolon_before/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/_doublecolon_before/index.html b/files/zh-cn/web/css/_doublecolon_before/index.html index e71e51a49b..c26c09f813 100644 --- a/files/zh-cn/web/css/_doublecolon_before/index.html +++ b/files/zh-cn/web/css/_doublecolon_before/index.html @@ -33,7 +33,7 @@ p::before { content: "Hello world!"; } </pre> <h3 id="Adding_quotation_marks" name="Adding_quotation_marks">加入引用标记</h3> -<p>使用 <code>::before </code>伪元素的一个简单示例就是用于加入引号。此处同时使用了 <code>::before</code> 和 <code>{{Cssref("::after")}}</code>来插入引用性文本。</p> +<p>使用 <code>::before </code>伪元素的一个简单示例就是用于加入引号。此处同时使用了 <code>::before</code> 和 <code>{{Cssxref("::after")}}</code>来插入引用性文本。</p> <h4 id="HTML_内容">HTML 内容</h4> |