Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Docs - Add navbar-center in navbar #15

@biewdev

Description

@biewdev

Example:

		<nav class="navbar">
			<div class="navbar-menu">
				<div class="navbar-section">
					<a href="#" class="navbar-item">Features</a>
					<a href="#" class="navbar-item">Plans</a>
					<a href="#" class="navbar-item">Server List</a>
					<a href="#" class="navbar-item">Blog</a>
					<a href="#" class="navbar-item">Help</a>
				</div>
				<div class="navbar-center">
					<a href="#">
						<img src="/img/logo.png" width="48" />
					</a>
				</div>
				<div class="navbar-section">
					<div class="navbar-item">
						<button class="btn is-primary mr-3">Sign In</button>
						<button class="btn is-dark">Sign Up</button>
					</div>
				</div>
			</div>
		</nav>

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions