aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/border-start-end-radius/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/border-start-end-radius/index.md')
-rw-r--r--files/fr/web/css/border-start-end-radius/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/css/border-start-end-radius/index.md b/files/fr/web/css/border-start-end-radius/index.md
index 8be51ce81f..8270ffcd1b 100644
--- a/files/fr/web/css/border-start-end-radius/index.md
+++ b/files/fr/web/css/border-start-end-radius/index.md
@@ -51,14 +51,14 @@ div {
background-color: rebeccapurple;
width: 120px;
height: 120px;
-  border-start-end-radius: 10px;
+ border-start-end-radius: 10px;
}
.texteExemple {
writing-mode: vertical-rl;
padding: 10px;
background-color: #fff;
-  border-start-end-radius: 10px;
+ border-start-end-radius: 10px;
}
```