Return to Snippet

Revision: 58972
at August 12, 2012 10:09 by satie83


Initial Code
#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;
}

Initial URL


Initial Description


Initial Title
CSS - Adding an image-based border – border-image

Initial Tags
css, image

Initial Language
CSS