From f6e57ef4c24d17b094cfdc8da964cdd12e45d576 Mon Sep 17 00:00:00 2001 From: zengshangai <91205790+zengshangai@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:22:02 +0800 Subject: fix overlap h4 label (#4060) --- files/zh-cn/web/css/_doublecolon_after/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/css/_doublecolon_after/index.html b/files/zh-cn/web/css/_doublecolon_after/index.html index 34259be206..958b0a6220 100644 --- a/files/zh-cn/web/css/_doublecolon_after/index.html +++ b/files/zh-cn/web/css/_doublecolon_after/index.html @@ -52,7 +52,7 @@ element::after { style properties } /* CSS3 语法 */ color: red; } -

输出

+

输出

{{ EmbedLiveSample('Simple_usage', 500, 170) }}

@@ -73,7 +73,7 @@ element::after { style properties } /* CSS3 语法 */ border-style: dotted; } -

输出

+

输出

{{ EmbedLiveSample('Decorative_example', 450, 20) }}

@@ -110,7 +110,7 @@ span[data-descr]:hover::after { z-index: 1; } -

输出

+

输出

{{ EmbedLiveSample('Tooltips', 450, 160) }}

-- cgit v1.2.3-54-g00ecf