Began to study Bootstrap, like so far everything is clear, but one question appeared.
If you do only on Bootstrap, it turns out not very nice, but the question is how to change the standard styles?
That is, like this:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <div class="navbar"> <nav class="navbar-inner"> <ul class="nav"> <li><a>小褋褘谢泻邪</a></li> <li><a>小褋褘谢泻邪</a></li> <li><a>小褋褘谢泻邪</a></li> <li><a>小褋褘谢泻邪</a></li> <li><a>小褋褘谢泻邪</a></li> </ul> </nav> </div>
It turns out the standard menu. How can I change colors and stuff?