Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 13:33
Show Gist options
  • Save csssecrets/55b5f131c45702a55684 to your computer and use it in GitHub Desktop.
Save csssecrets/55b5f131c45702a55684 to your computer and use it in GitHub Desktop.
Continuous image borders
/**
* Continuous image borders
*/
div {
border: 1em solid transparent;
background: linear-gradient(white, white) padding-box,
url(http://csssecrets.io/images/stone-art.jpg) border-box 0 / cover;
/* Styling & enable resize */
width: 21em;
padding: 1em;
overflow: hidden;
resize: both;
font: 100%/1.6 Baskerville, Palatino, serif;
}
<div>Bacon ipsum dolor amet eu adipisicing elit tongue ground round ex fatback proident kielbasa ham hock. Sausage beef beef ribs aliquip t-bone mollit. Quis beef tri-tip sunt, cupim ut magna salami t-bone. Ut laboris bresaola ribeye biltong landjaeger. Chuck pork belly sed sausage.</div>
// 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