Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created February 12, 2013 13:21
Show Gist options
  • Save aurelkurtula/4769871 to your computer and use it in GitHub Desktop.
Save aurelkurtula/4769871 to your computer and use it in GitHub Desktop.
border images
/**
* border images
*/
p{
border:6px double orange ;
background: url("http://4.bp.blogspot.com/-H783FPL_dBM/Tvs9US9dEVI/AAAAAAAAAXg/LtMOjaryRdw/s1600/sweet_home.jpg") 40px ;
display:block;
width: 600px;
height: 300px;
border-image: url("http://s3.postimage.org/u3ygjqfhf/photo_bg.png") 8 18 7 3 round;
}
<!-- content to be placed inside <body>…</body> -->
<p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment