From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/css/transform-function/rotate3d()/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ru/web/css/transform-function/rotate3d()/index.html') diff --git a/files/ru/web/css/transform-function/rotate3d()/index.html b/files/ru/web/css/transform-function/rotate3d()/index.html index 77c045ef84..cb26bcd71f 100644 --- a/files/ru/web/css/transform-function/rotate3d()/index.html +++ b/files/ru/web/css/transform-function/rotate3d()/index.html @@ -23,7 +23,7 @@ translation_of: Web/CSS/transform-function/rotate3d()

The amount of rotation created by rotate3d() is specified by three {{cssxref("<number>")}}s and one {{cssxref("<angle>")}}. The <number>s represent the x-, y-, and z-coordinates of the vector denoting the axis of rotation. The <angle> represents the angle of rotation; if positive, the movement will be clockwise; if negative, it will be counter-clockwise.

-
rotate3d(x, y, z, a)
+
rotate3d(x, y, z, a)
 

Values

@@ -65,12 +65,12 @@ translation_of: Web/CSS/transform-function/rotate3d()

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotated">Rotated</div>

CSS

-
body {
+
body {
   perspective: 800px;
 }
 
@@ -94,12 +94,12 @@ div {
 
 

HTML

-
<div>Normal</div>
+
<div>Normal</div>
 <div class="rotated">Rotated</div>

CSS

-
body {
+
body {
   perspective: 800px;
 }
 
-- 
cgit v1.2.3-54-g00ecf