Bootstrap 4 navbar appearing vertically not horizontally

前端 未结 4 1035
-上瘾入骨i
-上瘾入骨i 2021-01-11 16:52

I have built a Navbar exactly how it has been done on a tutorial yet somehow my navbar appears vertically when it should appear horizontally. Any ideas on how to fix this pr

4条回答
  •  悲哀的现实
    2021-01-11 17:45

    First thing to check is to refer the bootstrap in the css

    This example is for an application in Angular

    1. Without bootstrap included the pagination looked as below

    1. Include the bootstrap reference in the project

    1. Now the pagination with bootstrap effect

提交回复
热议问题