Skip to content

Instantly share code, notes, and snippets.

@qzm
Last active April 27, 2016 08:21
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 qzm/44705a18328a2ed55326dfb1c867a4dc to your computer and use it in GitHub Desktop.
Save qzm/44705a18328a2ed55326dfb1c867a4dc to your computer and use it in GitHub Desktop.
border image
.className {
-webkit-border-image: url(border.png) 30 30 round;
-moz-border-image: url(border.png) 30 30 round;
-ms-border-image: url(border.png) 30 30 round;
-o-border-image: url(border.png) 30 30 round;
border-image: url(border.png) 30 30 round;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment