Created
May 30, 2018 17:33
-
-
Save DfKimera/a3d22d02d7c853f3638ad061e114c390 to your computer and use it in GitHub Desktop.
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<style> | |
.svg { | |
display: inline-block; | |
vertical-align: middle; | |
stroke-width: 0; | |
stroke: currentColor; | |
fill: currentColor; | |
} | |
</style> | |
</head> | |
<body> | |
<svg class="svg"> | |
<use xlink:href="mdn.svg#MDN_Web_Docs"></use> | |
</svg> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment