Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 24, 2012 08:55
Show Gist options
  • Select an option

  • Save LeaVerou/2478049 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/2478049 to your computer and use it in GitHub Desktop.
Magic corners in gradients!
/**
* Magic corners in gradients!
*/
background: linear-gradient(to bottom right,
transparent 49.9%, red 0, red 50.1%, transparent 0, transparent),
linear-gradient(to bottom left,
transparent 49.9%, red 0, red 50.1%, transparent 0, transparent);
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment