I am currently attempting to create a unique Navigation Bar design using bootstrap
https://i.sstatic.net/HDGFw.jpg
Here is the code snippet I am working on:
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<style>
</style>
<style>
#nav-brand-bg{
background-color: red;
width: 100px;
height: 100px;
position: relative;
}
</style>
<div id="nav-brand-bg"></div>
<a class="navbar-brand" href="index.html">
<img src="http://smarti-oc.dev/image/templates/smarti-new-logo.png" alt="">
</a>
<a class="navbar-brand" href="index.html">
<img src="http://smarti-oc.dev/image/templates/malaysia_resize.png" alt="">
</a>
</div>
Are there any tips or helpful insights you can provide to improve this design? Thank you!