- JavaScript by Example
- Dani Akash S
- 165字
- 2021-07-02 18:39:10
Navigation bar
The first part of our document's body is the navigation bar <nav>. The navigation bar usually contains the primary set of links for navigation in a website. Since we are building only a single page in this chapter, we can leave the navbar with only our page title.
The navigation bar is styled using Bootstrap. The class .navbar styles the respective element as the primary navigation bar of the page. The .navbar-inverse class adds a dark color to the navigation bar and the .navbar-fixed-top class attaches the navigation bar to the top of the screen using a fixed position. The contents of the navigation bar are wrapped inside a Bootstrap container (div.container). The page title is written inside div.navbar-header as an anchor tag with the class .navbar-brand, which instructs Bootstrap that this is the brand name/title of the application.
- scikit-learn Cookbook
- PyTorch自然語言處理入門與實戰
- Learning Raspbian
- Access 2010數據庫應用技術(第2版)
- Node.js:來一打 C++ 擴展
- Node.js開發指南
- MATLAB GUI純代碼編寫從入門到實戰
- 創意UI:Photoshop玩轉APP設計
- Android Sensor Programming By Example
- Go語言入門經典
- Photoshop智能手機APP界面設計
- ASP.NET開發寶典
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 情境微課開發(第2版)
- 程序員超強大腦