Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 19, 2021 15:55
Show Gist options
  • Select an option

  • Save csssecrets/bc32dc20adea2261c731 to your computer and use it in GitHub Desktop.

Select an option

Save csssecrets/bc32dc20adea2261c731 to your computer and use it in GitHub Desktop.
Folded corner effect — at an angle
/**
* Folded corner effect — 30deg
*/
div {
width: 12em;
background: #58a; /* Fallback */
background:
linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) 100% 0 no-repeat,
linear-gradient(-150deg, transparent 1.5em, #58a 0);
background-size: 3em 1.73em, auto;
padding: 2em;
color: white;
font: 100%/1.6 Baskerville, Palatino, serif;
}
<div>“The only way to get rid of a temptation is to yield to it.”
— Oscar Wilde, The Picture of Dorian Gray</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