Why is my bootstrap navbar not displaying inline?

后端 未结 11 2216
感情败类
感情败类 2021-01-01 20:46

Here is my html using bootstrap (I\'m sure bootstrap is installed correctly)

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 21:11

    Currently on Bootstrap 4, the inline navbar can be achieved by adding class "nav-item" on list elements and class "nav-link" on a tags like this:

    
    

提交回复
热议问题