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 --- .../css/-moz-outline-radius-topright/index.html | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 files/fr/web/css/-moz-outline-radius-topright/index.html (limited to 'files/fr/web/css/-moz-outline-radius-topright/index.html') diff --git a/files/fr/web/css/-moz-outline-radius-topright/index.html b/files/fr/web/css/-moz-outline-radius-topright/index.html deleted file mode 100644 index df414e6d10..0000000000 --- a/files/fr/web/css/-moz-outline-radius-topright/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: '-moz-outline-radius-topright' -slug: Web/CSS/-moz-outline-radius-topright -tags: - - CSS - - Non-standard - - Propriété - - Référence(2) -translation_of: Web/CSS/-moz-outline-radius-topright ---- -
{{Non-standard_header}}{{CSSRef}}
- -

Dans les applications Mozilla, la propriété -moz-outline-radius-topright définit l'arrondi du coin supérieur droit du contour.

- -

Exemples

- -

HTML

- -
<p>Observez le coin supérieur droit de ce paragraphe.</p>
- -

CSS

- -
p {
-  margin: 5px;
-  border: solid cyan;
-  outline: dotted red;
-  -moz-outline-radius-topright: 2em;
-}
- -

Résultat

- -

{{EmbedLiveSample("Exemples")}}

- -
-

Note : Cette propriété étant spécifique à Firefox, l'exemple ci-avant ne fonctionnera pas dans un autre navigateur.

-
- -

Spécifications

- -

Cette propriété est une propriété propriétaire liée à Mozilla/Gecko et ne fait partie d'aucune spécification.

- -

{{cssinfo}}

- -

Voir aussi

- - -- cgit v1.2.3-54-g00ecf