Files
2018-10-16 21:32:40 +05:30

14 lines
997 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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) .