From 4fe3ce41ac3c10e863b162ff110b7b5afc3c5b53 Mon Sep 17 00:00:00 2001 From: kaichi <49476516+kaichii@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:23:43 +0800 Subject: example add color fix #3918 (#4063) --- files/zh-cn/learn/css/css_layout/positioning/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/learn/css/css_layout/positioning/index.html b/files/zh-cn/learn/css/css_layout/positioning/index.html index c49c904ac4..5fef4f2cd8 100644 --- a/files/zh-cn/learn/css/css_layout/positioning/index.html +++ b/files/zh-cn/learn/css/css_layout/positioning/index.html @@ -487,7 +487,7 @@ p:nth-of-type(1) { } -
.positioned {
+
.positioned {
   position: sticky;
   top: 30px;
   left: 30px;
-- 
cgit v1.2.3-54-g00ecf