Answers for "how to put an image on the blazor navbar"

0

how to put an image on the blazor navbar

<div class="navbar-header pull-left">
    <a class="navbar-brand" href="index.html"><img src="img/accomodator-mini.png" title="title" alt="additional title" /></a>
</div>
Posted by: Guest on August-09-2021

Code answers related to "how to put an image on the blazor navbar"

Browse Popular Code Answers by Language