Skip to content

Instantly share code, notes, and snippets.

@texxs
Created July 1, 2019 00:56
Show Gist options
  • Save texxs/76621a331537130c91ecd4ac68e2dfeb to your computer and use it in GitHub Desktop.
Save texxs/76621a331537130c91ecd4ac68e2dfeb to your computer and use it in GitHub Desktop.
CSS Image Based Border
#border-image-style {
border-width:15px;
/* 3 types of border exist repeated, rounded or stretched (repeat / round / stretch) */
-moz-border-image:url(border.png) 30 30 stretch ;
-webkit-border-image:url(border.png) 30 30 stretch;
}
@texxs
Copy link
Author

texxs commented Jul 1, 2019

A border . . . that uses an image . . . whoah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment