-
Notifications
You must be signed in to change notification settings - Fork 1
Home
quantik-git edited this page Jan 25, 2019
·
17 revisions
This is the wiki
We have three types of navbars, two top navbars and one side navbar all accessible and responsive.
<header class="head sticky-top">
<nav class="flexRow">
<ul class="flexRow flexCenter flexStart brand">
<li><a href="#">Brand Name</a></li>
</ul>
<ul class="flexRow flexCenter flexEnd links-hover">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
</nav>
</header>