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

630 B

title localeTitle
Use the justify-content Property in the Tweet Embed 在Tweet Embed中使用justify-content属性

在Tweet Embed中使用justify-content属性

来自先前挑战的justify-content的不同值是:

  • flex-start将项目对齐到Flex容器的开头。
  • flex-end将项目对齐到Flex容器的末尾。
  • space-between将项目与主轴的中心对齐,在项目之间放置额外的空间。
  • space-around类似space-between ,但空间周围所有的项目分布。

阅读更多关于justify-content