Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Navigation | Advanced Concepts
Bootstrap: Building Stylish Websites
course content

Conteúdo do Curso

Bootstrap: Building Stylish Websites

Bootstrap: Building Stylish Websites

1. Understanding Bootstrap
2. Setting Up Environment
3. Basic Concepts
4. Advanced Concepts
5. Creating a Portfolio Website with Bootstrap

Navigation

Navbars

Navbars are responsive navigation headers commonly used to provide site navigation links, branding, and other interactive elements.

Key Features

Navbars are designed to be responsive and will automatically collapse into a mobile-friendly menu when viewed on smaller screens. They are capable of supporting various types of content, including navigation links, brand logos, search bars, dropdown menus, and buttons.

Usage

  • Start by incorporating the navbar class to establish the basic structure of your navbar;
  • Enhance your navbar by adding specific elements such as navbar-brand for branding, navbar-nav for navigation links, navbar-toggler for the responsive toggle button, and collapse for collapsible content;
  • Personalize the appearance of your navbar further by applying additional classes like bg-dark to set the background color.
html

index

css

index

js

index

copy

Navs

Navs are versatile navigation components that can be used for various navigation purposes, such as tabbed navigation, pill navigation, or vertical navigation.

Key Features

Navs can be utilized for both horizontal and vertical navigation layouts and support various styles, such as tabs, pills, and justified navigation.

Usage

  • Start by incorporating the nav class to create a basic nav structure;
  • Populate your nav with navigation items using <a> or <button> elements, each with the nav-item class;
  • Further enhance the appearance and functionality of your nav by applying additional classes such as nav-tabs for tab navigation or nav-pills for pill navigation.
html

index

css

index

js

index

copy

Tudo estava claro?

Seção 4. Capítulo 1
We're sorry to hear that something went wrong. What happened?
some-alt