diff options
Diffstat (limited to 'files/fr/web/css/transform-function/matrix()/index.html')
-rw-r--r-- | files/fr/web/css/transform-function/matrix()/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/css/transform-function/matrix()/index.html b/files/fr/web/css/transform-function/matrix()/index.html index 9e1068a7e0..1de0a89c3c 100644 --- a/files/fr/web/css/transform-function/matrix()/index.html +++ b/files/fr/web/css/transform-function/matrix()/index.html @@ -16,7 +16,7 @@ translation_of: Web/CSS/transform-function/matrix() <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox notranslate">matrix(<var>a</var>, <var>b</var>, <var>c</var>, <var>d</var>, <var>tx</var>, <var>ty</var>) +<pre class="syntaxbox">matrix(<var>a</var>, <var>b</var>, <var>c</var>, <var>d</var>, <var>tx</var>, <var>ty</var>) </pre> <h3 id="Valeurs">Valeurs</h3> @@ -58,12 +58,12 @@ translation_of: Web/CSS/transform-function/matrix() <h3 id="HTML">HTML</h3> -<pre class="brush: html notranslate"><p>toto</p> +<pre class="brush: html"><p>toto</p> <p class="transformation">truc</p></pre> <h3 id="CSS">CSS</h3> -<pre class="brush: css notranslate">p { +<pre class="brush: css">p { width: 50px; height: 50px; background-color: teal; @@ -100,13 +100,13 @@ translation_of: Web/CSS/transform-function/matrix() <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"><transform-function></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"><transform-function></a></code> pour les informations de compatibilité associées.</p> <h2 id="Voir_aussi">Voir aussi</h2> <ul> <li>{{cssxref("transform")}}</li> <li>{{cssxref("<transform-function>")}}</li> - <li><code><a href="/fr/docs/Web/CSS/transform-function/matrix3d">matrix3d()</a></code></li> + <li><code><a href="/fr/docs/Web/CSS/transform-function/matrix3d()">matrix3d()</a></code></li> <li><a href="https://dev.opera.com/articles/understanding-the-css-transforms-matrix/">Comprendre les matrices de transformations CSS (en anglais)</a></li> </ul> |