Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What the meaning of Bootstrap 5 class " me-auto "

This is bootstrap 5 navbar ul part code. my problem is:

  1. I can't change ul position left to right.

  2. what the meaning of bootstrap 5 class "me-auto"

    Home
  3. Link Dropdown
  4. Action
  5. Another action
  6. Something else here
  7. Disabled
like image 743
Ritam Rahman Avatar asked Feb 03 '21 06:02

Ritam Rahman


People also ask

What is me 3 in bootstrap 5?

me-3 for margin-right: 1rem in LTR), or pick responsive variants to target specific viewports (e.g., . me-md-3 for margin-right: 1rem —in LTR— starting at the md breakpoint).

What is a bootstrap 5?

Bootstrap 5 is the newest version of Bootstrap, which is the most popular HTML, CSS, and JavaScript framework for creating responsive, mobile-first websites. Bootstrap 5 is completely free to download and use!

What does COL auto class mean?

If you use col class the columns will be of equal width. If you use col-auto the width of the column will be the width of the contents in the column. You can even use a combination of both, like below. In this case the first column width will be equal to the contents of that column.


Video Answer


1 Answers

Changing .me-auto to .ms-auto shifts it to the right.

like image 99
Kamal Adebayo Avatar answered Oct 15 '22 06:10

Kamal Adebayo