I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?
I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?
In the part that looks like this:
<a class="navbar-brand" href="#">Project name</a>
Changes to:
<a class="navbar-brand" href="#"><img src="../images/suaImagem.png" width="45px" height="28px"></a>
Where width and height are width and height of the image respectively