Skip to content

Instantly share code, notes, and snippets.

@malachi358
Last active December 24, 2015 13:49
Show Gist options
  • Save malachi358/6807737 to your computer and use it in GitHub Desktop.
Save malachi358/6807737 to your computer and use it in GitHub Desktop.
Bottom Border Image http://border-image.com/
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