aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/transform-function/translate3d()
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/transform-function/translate3d()')
-rw-r--r--files/fr/web/css/transform-function/translate3d()/index.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/files/fr/web/css/transform-function/translate3d()/index.html b/files/fr/web/css/transform-function/translate3d()/index.html
index 650c9b714f..81d6f690e5 100644
--- a/files/fr/web/css/transform-function/translate3d()/index.html
+++ b/files/fr/web/css/transform-function/translate3d()/index.html
@@ -14,13 +14,11 @@ translation_of: Web/CSS/transform-function/translate3d()
<div>{{EmbedInteractiveExample("pages/css/function-translate3d.html")}}</div>
-<p class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuer à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</p>
-
<p>La valeur obtenue par cette fonction est de type {{cssxref("&lt;transform-function&gt;")}}.</p>
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate">translate3d(tx, ty, tz)
+<pre class="syntaxbox">translate3d(tx, ty, tz)
</pre>
<h3 id="Valeurs">Valeurs</h3>
@@ -60,13 +58,13 @@ translation_of: Web/CSS/transform-function/translate3d()
<h4 id="HTML">HTML</h4>
-<pre class="brush: html notranslate">&lt;p&gt;Statique&lt;/p&gt;
+<pre class="brush: html">&lt;p&gt;Statique&lt;/p&gt;
&lt;p class="transformation"&gt;Bougé&lt;/p&gt;
&lt;p&gt;Statique&lt;/p&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="brush: css notranslate">p {
+<pre class="brush: css">p {
width: 60px;
height: 60px;
background-color: skyblue;
@@ -87,13 +85,13 @@ translation_of: Web/CSS/transform-function/translate3d()
<h4 id="HTML_2">HTML</h4>
-<pre class="brush: html notranslate">&lt;p&gt;Statique&lt;/p&gt;
+<pre class="brush: html">&lt;p&gt;Statique&lt;/p&gt;
&lt;p class="transformation"&gt;Bougé&lt;/p&gt;
&lt;p&gt;Statique&lt;/p&gt;</pre>
<h4 id="CSS_2">CSS</h4>
-<pre class="brush: css notranslate">p {
+<pre class="brush: css">p {
width: 60px;
height: 60px;
background-color: skyblue;
@@ -130,7 +128,7 @@ translation_of: Web/CSS/transform-function/translate3d()
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>Voir la page sur le type de donnée <code><a href="/fr/docs/Web/CSS/transform-function#Compatibilité_des_navigateurs">&lt;transform-function&gt;</a></code> pour les informations de compatibilité associées.</p>
+<p>Voir la page sur le type de donnée <code><a href="/fr/docs/Web/CSS/transform-function#compatibilité_des_navigateurs">&lt;transform-function&gt;</a></code> pour les informations de compatibilité associées.</p>
<h2 id="Voir_aussi">Voir aussi</h2>