freeCodeCamp/guide/russian/certifications/responsive-web-design/css-flexbox/use-the-justify-content-pro.../index.md

14 lines
997 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Use the justify-content Property in the Tweet Embed
localeTitle: Используйте свойство justify-content в Tweet Embed
---
## Используйте свойство justify-content в Tweet Embed
Различные значения для `justify-content` из предыдущего вызова:
* `flex-start` выравнивает элементы до начала контейнера flex.
* `flex-end` выравнивает элементы до конца гибкого контейнера.
* `space-between` выравниваниями элементов к центру главной оси с дополнительным пространством между элементами.
* `space-around` подобно `space-between` но пространство распределено вокруг всех элементов.
Подробнее [об `justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) .