Bootstrap 5 navbar align items right
https://stackoverflow.com/questions/63948287/bootstrap-5-navbar-align-items-right
QuestionAnswer188edited Apr 15, 2022 at 11:08Bootstrap 5 (update 2021) ml-auto => ms-auto (start) mr-auto => me-auto (end) ml-* => ms-* pl-* => ps-* mr-* => me-* pr-* => pe-* text-left => text-start text-right=> text-end float-left => float-start float-right=> float-end border-left => border-start border-right=> border-end rounded-left => rounded-start rounded-ri...
ml-auto => ms-auto (start)
mr-auto => me-auto (end)
ml-* => ms-*
pl-* => ps-*
mr-* => me-*
pr-* => pe-*
text-left => text-start
text-right=> text-end
float-left => float-start
float-right=> float-end
border-left => border-start
border-right=> border-end
rounded-left => rounded-start
rounded-ri...
DA: 23 PA: 69 MOZ Rank: 43