Created
June 5, 2012 03:32
-
-
Save LeaVerou/2872452 to your computer and use it in GitHub Desktop.
border-image
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
/** | |
* 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') | |
} |
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
<div>Resize me and observe my awesomeness ;-)</div> |
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
{"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