What the meaning of Bootstrap 5 class me-auto
What the meaning of Bootstrap 5 class me-auto
mr-auto => bootstrap 4 margin right-auto
me-auto => bootstrap 5 margin end-auto
https://getbootstrap.com/docs/5.0/utilities/spacing/#margin-and-padding
Changing .me-auto
to .ms-auto
shifts it to the right.
What the meaning of Bootstrap 5 class me-auto
For ul position left to right use
<ul class=nav justify-content-end>
me-auto meening bootstrap 5 margin end-auto
Related posts on Bootstrap :
- html – Bootstrap 4 img-circle class doesnt seem to exist
- css – Bootstrap 4 masonry layout utilizing flexbox grid
- css – input-group-addon class is not present in Bootstrap 4?
- Bootstrap 4 browser support version
- reactjs – React Bootstrap 4 Align Items in Header
- javascript – dropdown angularjs bootstrap
- html – Bootstrap Glyphicon as button
- css – Change Bootstrap Carousel fade transition
- Bootstrap navbar with angularjs