I want to customize the navbar to be equal size as the container below:
<div class="container jumbotron row col-sm-12" style="width: 100%; margin: 0px auto;">
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p>
<p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>
</div>
I've tried like everything, changed every div and none of this works, so I am wondering what am I doing wrong.
