How do you align left / right a div without using float?

后端 未结 8 758
猫巷女王i
猫巷女王i 2020-12-24 10:04

When doing something like this:

Left Div
Right Div
8条回答
  •  爱一瞬间的悲伤
    2020-12-24 10:55

    In you case here, if you want to right-align that green button, just change the one div to have everything right-aligned:

    The div is already taking up the full width of that section, so just shift the green button the right by right-aligning the text.

提交回复
热议问题