Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 5, 2012 03:32
Show Gist options
  • Save LeaVerou/2872452 to your computer and use it in GitHub Desktop.
Save LeaVerou/2872452 to your computer and use it in GitHub Desktop.
border-image
/**
* border-image
*/
div {
width: 300px; padding: .5em;
border: 20px solid transparent;
-moz-border-image: url('http://leaverou.github.com/chainvas/img/cloth.png') 33.3% round;
-ms-border-image: url('http://leaverou.github.com/chainvas/img/cloth.svg') 33.3% round;
-webkit-border-image: url('http://leaverou.github.com/chainvas/img/cloth.svg') 33.3% round;
-o-border-image: url('http://leaverou.github.com/chainvas/img/cloth.svg') 33.3% round;
border-image: url('http://leaverou.github.com/chainvas/img/cloth.svg') 33.3% round fill;
overflow: auto;
resize: both;
font: italic 300%/1.2 Baskerville, Palatino Linotype, Georgia, serif;
text-shadow: 0 .05em white;
}
html {
background: url('http://leaverou.github.com/chainvas/img/background.jpg')
}
<div>Resize me and observe my awesomeness ;-)</div>
{"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