image-rendering: pixelated; /*so that its not blurry*/ border: 10px solid black; /*change the width*/ border-image: url(/images/circlebord-blue.png) 8 round; /*controls where and how the pattern repeats*/ border-image-outset: 5px; /*so that the inside doesn't show under the border, feel free to change this to fit your width*/
image-rendering: pixelated; /*so that its not blurry*/ border: 10px solid black; /*change the width*/ border-image: url(images/marshmallow-border-blueyellow.png) 6 round; /*controls where and how the pattern repeats*/ border-image-outset: 8px; /*so that the inside doesn't show under the border, feel free to change this*/
Please include a link back to my website or this page if you adopt these.