Development

[bootstrap] float, text, flexbox 정렬하기

개발자 강정 2022. 1. 29. 16:05

For aligning within a flexbox div or row...

  • ml-auto is now ms-auto
  • mr-auto is now me-auto

For text align or floats..

  • text-left is now text-start
  • text-right is now text-end
  • float-left is now float-start
  • float-right is now float-end

 

출처: https://stackoverflow.com/questions/18672452/left-align-and-right-align-within-div-in-bootstrap