flexbox中的替代“ float:left”

时间:2018-09-11 07:00:51

标签: css flexbox css-float

我使用flexbox,并且使用与“ float:left”相同的方式。 我的导师说,我应该避免“漂浮:离开”。 什么是Flexbox中的替代“ float:left”?

我的代码:https://github.com/anton415/anton415.github.io/blob/master/css/styles.css

我很高兴听到任何建议。

2 个答案:

答案 0 :(得分:0)

您可以查看Flex的完整手册:https://css-tricks.com/snippets/css/a-guide-to-flexbox/,这可能会有所帮助。

“ order”属性如果与“ align-self”对一起使用,则将作为“ float”使用

答案 1 :(得分:0)

也可以使用align-self:flex-end;

如果您需要更多详细信息,可以查看更多详细信息here