Skip to content

Instantly share code, notes, and snippets.

@Bachana123
Last active February 12, 2020 08:17
Show Gist options
  • Save Bachana123/8ecbc370fc332fdb1afe005329906196 to your computer and use it in GitHub Desktop.
Save Bachana123/8ecbc370fc332fdb1afe005329906196 to your computer and use it in GitHub Desktop.
border as image
border: 4px solid;
border-image-source: url(http://i.stack.imgur.com/wLdVc.png);
border-image-width: 1;
border-image-slice: 2;
border-image-repeat: round;
short hand:
border: 4px solid;
border-image: url(http://i.stack.imgur.com/wLdVc.png) 2 round;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment