Last active
November 25, 2020 10:46
-
-
Save rianrietveld/df030cf25ca752200e1906cb461c3e09 to your computer and use it in GitHub Desktop.
Linked logo with SCG
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
<div class="header__logo"> | |
<a href="home-url"> | |
<span class="screen-reader-text">Logo [company name], links to the homepage</span> | |
<svg class="header__logo--svg" width="80px" height="80px" | |
viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" | |
role="presentation" | |
focusable="false"> | |
[g's...] | |
</svg> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment