2
Guys, I’m using this menu: http://getbootstrap.com/examples/navbar-fixed-top/ Exactly the one of the link, I copied directly from there, the question is, where is written "Project Name", I have to add a logo, as I do?
2
Guys, I’m using this menu: http://getbootstrap.com/examples/navbar-fixed-top/ Exactly the one of the link, I copied directly from there, the question is, where is written "Project Name", I have to add a logo, as I do?
3
In the part that this so:
<a class="navbar-brand" href="#">Project name</a>
Alters to:
<a class="navbar-brand" href="#"><img src="../images/suaImagem.png" width="45px" height="28px"></a>
Where width and height are image width and height respectively
Only by adding the link in the documentation, if you like: http://getbootstrap.com/components/#navbar-Brand-image
Browser other questions tagged html5 twitter-bootstrap css3 bootstrap-3
You are not signed in. Login or sign up in order to post.
has already managed to resolve ?
– SneepS NinjA