Created
April 24, 2012 08:55
-
-
Save LeaVerou/2478049 to your computer and use it in GitHub Desktop.
Magic corners in gradients!
This file contains hidden or 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
| /** | |
| * 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%; |
This file contains hidden or 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> --> |
This file contains hidden or 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":"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