aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/transform-function/rotate3d()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/transform-function/rotate3d()/index.html')
-rw-r--r--files/ru/web/css/transform-function/rotate3d()/index.html10
1 files changed, 5 insertions, 5 deletions
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()
<p>The amount of rotation created by <code>rotate3d()</code> is specified by three {{cssxref("&lt;number&gt;")}}s and one {{cssxref("&lt;angle&gt;")}}. The <code>&lt;number&gt;</code>s represent the x-, y-, and z-coordinates of the vector denoting the axis of rotation. The <code>&lt;angle&gt;</code> represents the angle of rotation; if positive, the movement will be clockwise; if negative, it will be counter-clockwise.</p>
-<pre class="syntaxbox notranslate">rotate3d(<em>x</em>, <em>y</em>, <em>z</em>, <em>a</em>)
+<pre class="syntaxbox">rotate3d(<em>x</em>, <em>y</em>, <em>z</em>, <em>a</em>)
</pre>
<h3 id="Values">Values</h3>
@@ -65,12 +65,12 @@ translation_of: Web/CSS/transform-function/rotate3d()
<h4 id="HTML">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotated"&gt;Rotated&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="brush: css notranslate">body {
+<pre class="brush: css">body {
perspective: 800px;
}
@@ -94,12 +94,12 @@ div {
<h4 id="HTML_2">HTML</h4>
-<pre class="brush: html notranslate">&lt;div&gt;Normal&lt;/div&gt;
+<pre class="brush: html">&lt;div&gt;Normal&lt;/div&gt;
&lt;div class="rotated"&gt;Rotated&lt;/div&gt;</pre>
<h4 id="CSS_2">CSS</h4>
-<pre class="brush: css notranslate">body {
+<pre class="brush: css">body {
perspective: 800px;
}