0 votes
in Bootstrap by
In Bootstrap, how can you create a pills navigation menu?

1 Answer

0 votes
by

Pills navigation menu in bootstrap is created by making an unordered list at first with the base class of .nav and after this add the class .nav-pills.

...