![]() |
Bulma is an Open source CSS framework developed by Jeremy Thomas. This framework is based on the CSS Flexbox property. It is highly responsive, minimizing the use of media queries for responsive behavior. Navbar is a horizontal navigation bar that has navbar items, buttons, dropdown menu, etc. Bulma Navbar structure classes:
Syntax: <nav class="navbar"> <div class="..."> ... </div> </nav> Example 1: Suppose we want to create a navbar that has a logo in the left part and has some items, a dropdown menu then we can create using the above classes. The following code demonstrates a basic navigation bar using the navbar components classes. HTML
Output: ![]() Bulma Basic Navbar Example 2: The following code demonstrates the navigation bar as shown in the above code along with the navbar-end class. HTML
Output: ![]() Bulma Basic Navbar Reference: https://bulma.io/documentation/components/navbar/#basic-navbar |
Reffered: https://www.geeksforgeeks.org
CSS |
Related |
---|
![]() |
![]() |
![]() |
![]() |
|
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |