diff options
author | meowmeowmeowcat <meowmeowcat1211@gmail.com> | 2021-08-05 23:45:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 23:45:22 +0800 |
commit | a5d51cd96b9387b2f0e38c89b0a9f2ebcd1c10cc (patch) | |
tree | d05b13ed42ec9a3f446aa1c851de6dbda4f15f6b /files/zh-cn | |
parent | ef3d8e58c4cc9cb5885bdf961dd1ed37a5d28675 (diff) | |
download | translated-content-a5d51cd96b9387b2f0e38c89b0a9f2ebcd1c10cc.tar.gz translated-content-a5d51cd96b9387b2f0e38c89b0a9f2ebcd1c10cc.tar.bz2 translated-content-a5d51cd96b9387b2f0e38c89b0a9f2ebcd1c10cc.zip |
Fix broken live sample (#1922)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html b/files/zh-cn/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html index 37b2f2239b..d82195b84e 100644 --- a/files/zh-cn/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html +++ b/files/zh-cn/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html @@ -22,7 +22,7 @@ translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds <p>除了{{ cssxref("background-color") }}之外,你可以用简写{{ cssxref("background") }} 属性和它的各个属性来做到这一点。 也就是说,以下背景属性可以被指定为一个列表,每个背景一个: {{ cssxref("background") }}, {{ cssxref("background-attachment") }}, {{ cssxref("background-clip") }}, {{ cssxref("background-image") }}, {{ cssxref("background-origin") }}, {{ cssxref("background-position") }}, {{ cssxref("background-repeat") }}, {{ cssxref("background-size") }}.</p> -<h2 id="实例">实例</h2> +<h2 id="Example">实例</h2> <p>在这个例子中,三个背景叠加在一起:Firefox标志,气泡图像和线性渐变:</p> |