Created
March 15, 2015 14:42
-
-
Save jensgro/5d0220db4e89625b6ffd to your computer and use it in GitHub Desktop.
Basic border-image demo
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
/** | |
* Basic border-image demo | |
*/ |
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 xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="22px" height="33px" xml:space="preserve"> | |
<circle fill="#A21916" cx="5" cy="5" r="5"/> | |
<circle fill="#ED8515" cx="16" cy="5" r="5"/> | |
<circle fill="#28738B" cx="16" cy="16" r="5"/> | |
<circle fill="#817E83" cx="5" cy="16" r="5"/> | |
<circle fill="#010202" cx="5" cy="27" r="5"/> | |
<circle fill="#7FBDE1" cx="16" cy="27" r="5"/> | |
</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":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment