diff --git a/css-flexbox.md b/css-flexbox.md index c6ba11d72..4be76ce55 100644 --- a/css-flexbox.md +++ b/css-flexbox.md @@ -56,6 +56,9 @@ weight: -3 justify-content: flex-start; /* horizontal alignment - default */ justify-content: flex-end; justify-content: center; + justify-content: space-between; + justify-content: space-around; + justify-content: space-evenly; ``` ```css