new-in-bootstrap5

  • Nav-bar
  • Nav-bar toggle

    before:

    ​ data-toggle="" data-target=""

    New:

    ​ data-bs-toggle="" data-bs-target=""

  • Nav-bar margin

    Margin left auto & margin right auto

    ml-auto can make an item be at the right of the nav bar, and mr-auto can make the item be at the left of the nav bar.

    Before:

    ​ ml-auto mr-auto

    New:

    ​ ms-auto me-auto

Ref:https://stackoverflow.com/questions/19733447/bootstrap-navbar-with-left-center-or-right-aligned-items