Created
February 12, 2013 13:21
-
-
Save aurelkurtula/4769871 to your computer and use it in GitHub Desktop.
border images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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