Navigation(Responsive)
Navigation is used by user to naviagte to diferent parts of website
and it is a very important part of any website. follow the below
code example to get a fluid navbar easily.
Responsive Navigation
<div class="navbar-container">
<div class="navbar-left-container">
<i class="material-icons">menu</i>
BrandName
</div>
<div class="navbar-right-container">
<img
src="../assets/images/git-mark.png"
class="git-logo"
alt="github-logo"
/></a>
</div>
</div>
