Last active
December 24, 2015 13:49
-
-
Save malachi358/6807737 to your computer and use it in GitHub Desktop.
Bottom Border Image http://border-image.com/
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
border-style: solid; | |
border-width: 27px; | |
-moz-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat; | |
-webkit-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat; | |
-o-border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 repeat; | |
border-image: url(http://www.w3.org/TR/css3-background/border.png) 27 fill repeat; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment