aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/grid-auto-flow/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/grid-auto-flow/index.html')
-rw-r--r--files/fr/web/css/grid-auto-flow/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/css/grid-auto-flow/index.html b/files/fr/web/css/grid-auto-flow/index.html
index bc3fcad666..1eb36acdc2 100644
--- a/files/fr/web/css/grid-auto-flow/index.html
+++ b/files/fr/web/css/grid-auto-flow/index.html
@@ -13,8 +13,6 @@ translation_of: Web/CSS/grid-auto-flow
<div>{{EmbedInteractiveExample("pages/css/grid-auto-flow.html")}}</div>
-<p class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à 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>
-
<h2 id="Syntaxe">Syntaxe</h2>
<pre class="brush: css no-line-numbers">/* Valeurs avec un mot-clé */
@@ -58,7 +56,7 @@ grid-auto-flow: unset;
<h3 id="CSS">CSS</h3>
-<pre class="brush: css; highlight[7]">#grid {
+<pre class="brush: css">#grid {
height: 200px;
width: 200px;
display: grid;