From d490e42ffe823173477b841ec397105bd06cb336 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 17 Jun 2021 13:35:36 -0400 Subject: rid of $samples iframes --- files/zh-cn/web/css/translate/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/zh-cn/web/css/translate') diff --git a/files/zh-cn/web/css/translate/index.html b/files/zh-cn/web/css/translate/index.html index 117a42ed4f..acfffc7ba9 100644 --- a/files/zh-cn/web/css/translate/index.html +++ b/files/zh-cn/web/css/translate/index.html @@ -48,17 +48,17 @@ translate: 50% 105px 5rem; {{csssyntax}} -

示例

+

示例

HTML

-
<div>
+
<div>
   <p class="translate">Translation</p>
 </div>

CSS

-
* {
+
* {
   box-sizing: border-box;
 }
 
@@ -89,9 +89,9 @@ div:hover .translate {
 }
 
-

结果

+

Result

-

+

{{EmbedLiveSample('Examples')}}

规范

@@ -118,7 +118,7 @@ div:hover .translate { -

{{Compat("css.properties.translate")}}

+

{{Compat}}

参见

-- cgit v1.2.3-54-g00ecf