Online: 34728
It is used to align the text to right and left using navbar-right and navbar-left
<h2>Text aligning in navbar</h2>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-left" href="#">TechFunda</a>
</div>
<div>
<p class="navbar-right">Authors</p>
</div>
</nav>
In the above code snippet we have defined the navbar-left and navbar-right which are used to align the text to right and left
output