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
'Development' 카테고리의 다른 글
[WIL] Node.js에 조금 더 익숙해진 일주일 (0) | 2022.01.30 |
---|---|
[TIL] 코딩테스트, 회원가입 기능 프론트엔드까지 완성 (0) | 2022.01.29 |
[ajax] 서버에서 보낸 error message 출력하기 (0) | 2022.01.28 |
[TIL] 코딩테스트, Node.js 강의 과제, 회원가입 백엔드 (0) | 2022.01.28 |
[TIL] 강의(Todo list API), 코딩테스트, Git 강의 (0) | 2022.01.27 |