Instantly share code, notes, and snippets.
american-river-gold
/ bs-navbar-brand-svg.html
Created
May 9, 2021 15:02
— forked from michaelcarwile/bs-navbar-brand-svg.html
Bootstrap navbar-brand with inline .svg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a class="navbar-brand"> | |
| <svg | |
| class="svg-brand" | |
| viewBox="0 0 450 100" | |
| preserveAspectRatio="xMidYMin" | |
| version="1.1" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| <defs></defs> |