diff options
Diffstat (limited to 'files/ru/web/css/justify-content/index.html')
-rw-r--r-- | files/ru/web/css/justify-content/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/justify-content/index.html b/files/ru/web/css/justify-content/index.html index 5b91650bcf..ab44ce45bb 100644 --- a/files/ru/web/css/justify-content/index.html +++ b/files/ru/web/css/justify-content/index.html @@ -36,7 +36,7 @@ justify-content: last baseline; justify-content: space-between; /* Равномерно распределяет все элементы по ширине flex-блока. Первый элемент вначале, последний в конце */ justify-content: space-around; /* Равномерно распределяет все элементы по ширине flex-блока. - Все элементы имеют полуразмерное пространство + Все элементы имеют полноразмерное пространство с обоих концов */ justify-content: space-evenly; /* Равномерно распределяет все элементы по ширине flex-блока. |