Left align and right align within div in Bootstrap

2021 Update… Bootstrap 5 (beta) 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 Bootstrap 4+ pull-right is now float-right text-right is the same as 3.x, and works for inline elements both float-* and text-* are responsive for different alignment at different widths (ie: float-sm-right) The flexbox utils (eg:justify-content-between) can … Read more