首页 > 代码库 > [CSS Flex] Justify-content

[CSS Flex] Justify-content

justify content contol how element inside flex box align, it can be "right / end", or "left / top". or "center", or "space-around" or "space-between".

 

 

<iframe style="width: 100%; height: 700px;" src="https://embed.plnkr.co/BnhwpkzOPzBsSjIQVMP4/" width="320" height="240"></iframe>

[CSS Flex] Justify-content