From 149319bb8c7b1394a443f0877c3460cd362aa815 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:58:15 +0200 Subject: move *.html to *.md --- .../fr/web/css/scroll-margin-block-end/index.html | 64 ---------------------- files/fr/web/css/scroll-margin-block-end/index.md | 64 ++++++++++++++++++++++ 2 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 files/fr/web/css/scroll-margin-block-end/index.html create mode 100644 files/fr/web/css/scroll-margin-block-end/index.md (limited to 'files/fr/web/css/scroll-margin-block-end') diff --git a/files/fr/web/css/scroll-margin-block-end/index.html b/files/fr/web/css/scroll-margin-block-end/index.html deleted file mode 100644 index a74b5f68b8..0000000000 --- a/files/fr/web/css/scroll-margin-block-end/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: scroll-margin-block-end -slug: Web/CSS/scroll-margin-block-end -tags: - - CSS - - Propriété - - Propriété logique - - Reference -translation_of: Web/CSS/scroll-margin-block-end ---- -
{{CSSRef}}
- -

La propriété scroll-margin-block-end définit la marge de défilement de l'élément sur la fin de l'axe de bloc. La zone de défilement est déterminée en prenant la boîte de bordure modifiée, en prenant le rectangle englobant puis en ajoutant les décalages indiqués.

- -
{{EmbedInteractiveExample("pages/css/scroll-margin-block-end.html")}}
- -

Syntaxe

- -
/* Valeurs de longueur */
-/* Type <length> */
-scroll-margin-block-end: 10px;
-scroll-margin-block-end: 1em;
-
-/* Valeurs globales */
-scroll-margin-block-end: inherit;
-scroll-margin-block-end: initial;
-scroll-margin-block-end: unset;
-
- -

Valeurs

- -
-
<length>
-
Un décalage par rapport au côté correspondant du conteneur de défilement.
-
- -

Syntaxe formelle

- -{{csssyntax}} - -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName("CSS Scroll Snap Points", "#propdef-scroll-margin-block-end", "scroll-margin-block-end")}}{{Spec2("CSS Scroll Snap Points")}}Définition initiale.
- -

{{cssinfo}}

- -

Compatibilité des navigateurs

- -

{{Compat("css.properties.scroll-margin-block-end")}}

diff --git a/files/fr/web/css/scroll-margin-block-end/index.md b/files/fr/web/css/scroll-margin-block-end/index.md new file mode 100644 index 0000000000..a74b5f68b8 --- /dev/null +++ b/files/fr/web/css/scroll-margin-block-end/index.md @@ -0,0 +1,64 @@ +--- +title: scroll-margin-block-end +slug: Web/CSS/scroll-margin-block-end +tags: + - CSS + - Propriété + - Propriété logique + - Reference +translation_of: Web/CSS/scroll-margin-block-end +--- +
{{CSSRef}}
+ +

La propriété scroll-margin-block-end définit la marge de défilement de l'élément sur la fin de l'axe de bloc. La zone de défilement est déterminée en prenant la boîte de bordure modifiée, en prenant le rectangle englobant puis en ajoutant les décalages indiqués.

+ +
{{EmbedInteractiveExample("pages/css/scroll-margin-block-end.html")}}
+ +

Syntaxe

+ +
/* Valeurs de longueur */
+/* Type <length> */
+scroll-margin-block-end: 10px;
+scroll-margin-block-end: 1em;
+
+/* Valeurs globales */
+scroll-margin-block-end: inherit;
+scroll-margin-block-end: initial;
+scroll-margin-block-end: unset;
+
+ +

Valeurs

+ +
+
<length>
+
Un décalage par rapport au côté correspondant du conteneur de défilement.
+
+ +

Syntaxe formelle

+ +{{csssyntax}} + +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName("CSS Scroll Snap Points", "#propdef-scroll-margin-block-end", "scroll-margin-block-end")}}{{Spec2("CSS Scroll Snap Points")}}Définition initiale.
+ +

{{cssinfo}}

+ +

Compatibilité des navigateurs

+ +

{{Compat("css.properties.scroll-margin-block-end")}}

-- cgit v1.2.3-54-g00ecf