Last active
July 26, 2017 22:33
-
-
Save brito/359a1123f3303e6b6530ec1828fc9f2d to your computer and use it in GitHub Desktop.
phiveleven.logo
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
/* phiveleven.logo */ | |
svg { width:100vh; display:block; margin:auto } | |
path { stroke:#41acff; stroke-width:2.6; stroke-linejoin:round; | |
fill:hsla(13,98%,55%,1) } |
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
<svg viewBox="-16 -16 30 30"> | |
<path d="M0 0 M0 -10 -9.51 -3.09 -5.87 8.09 9.51 -3.09 5.87 8.09 0 8.09"/> | |
</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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment