Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active April 15, 2019 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/044eb75a5167bc6cc4271a37973b0a76 to your computer and use it in GitHub Desktop.
Save LeaVerou/044eb75a5167bc6cc4271a37973b0a76 to your computer and use it in GitHub Desktop.
border-image: SVG
/**
* border-image: SVG
*/
html { background: white }
body {
border: 20px solid transparent;
border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6">\
<path fill="red" d="m 0,1 L 1,0 2,1 3,0 4,1 5,0 6,1 5,2 6,3 5,4 5,3 5,4 6,5 5,6 4,5 3,6 2,5 1,6 0,5 1,4 0,3 1,2 z" />\
</svg>') 33.33% fill round;
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment