aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/css/justify-self/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/justify-self/index.html b/files/zh-cn/web/css/justify-self/index.html
index 8e4596efc1..cc9d9b06f7 100644
--- a/files/zh-cn/web/css/justify-self/index.html
+++ b/files/zh-cn/web/css/justify-self/index.html
@@ -35,7 +35,7 @@ justify-self: stretch;
/* 位置对齐 */
justify-self: center; /* 在中间放置元素 */
justify-self: start; /* 在开始处放置元素 */
-justify-self: end; /* 在结束处防止元素 */
+justify-self: end; /* 在结束处放置元素 */
justify-self: flex-start; /* 与 'start' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */
justify-self: flex-end; /* 与 'end' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */
justify-self: self-start;