gpt4 book ai didi

CSS Grid - flex-start 和 Start Value 在对齐/对齐属性中的区别

转载 作者:行者123 更新时间:2023-11-28 11:22:35 29 4
gpt4 key购买 nike

我是CSS Grid的新手,在谷歌搜索后,我没有找到我想要的东西,我想知道对齐和对齐属性,flex-start/flex-end和start/之间有什么区别最终值(value)好吗?

最佳答案

根据我的经验:

  • flex-start 和 flex-end 专门针对 Flexbox 元素。
  • 开始和结束目标其他元素。

在这里the doc :

/* Positional alignment */

justify-content: center; /* Pack items around the center */

justify-content: start; /* Pack items from the start */

justify-content: end; /* Pack items from the end */

justify-content: flex-start; /* Pack flex items from the start */

justify-content: flex-end; /* Pack flex items from the end */

justify-content: left; /* Pack items from the left */

justify-content: right; /* Pack items from the right */

关于CSS Grid - flex-start 和 Start Value 在对齐/对齐属性中的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51510327/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com