Skip to content

Commit

Permalink
Update files/ru/web/css/css_flexible_box_layout/basic_concepts_of_fle…
Browse files Browse the repository at this point in the history
…xbox/index.md

Co-authored-by: Leonid Vinogradov <[email protected]>
  • Loading branch information
PJW980921 and leon-win authored Aug 20, 2024
1 parent b7149f0 commit e466859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ slug: Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox

Если вы выберете `row` или `row-reverse`, ваша главная ось будет проходить в горизонтальном направлении **(inline direction)**.

![If flex-direction is set to row the main axis runs along the row in the inline direction.](basics1.svg)
![Если для flex-direction задано значение row, то главная ось проходит в горизонтальном направлении.](basics1.svg)

Если вы выберете `column` или `column-reverse`, ваша главная ось будет проходить в вертикальном направлении **(block direction)**.

Expand Down

0 comments on commit e466859

Please sign in to comment.