I am using Bootstrap 3. I would like a navbar with only the brand in it. No other links or anything else. And I want the brand to be in the center. How can I accomplish t
css:
.navbar-header { float: left; padding: 15px; text-align: center; width: 100%; } .navbar-brand {float:none;}
html:
Brand