Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 13, 2021 14:00
Show Gist options
  • Save LeaVerou/2d0e7367e97920b885d18d4c9242339f to your computer and use it in GitHub Desktop.
Save LeaVerou/2d0e7367e97920b885d18d4c9242339f to your computer and use it in GitHub Desktop.
Negative opacity
/**
* Negative opacity
*/
body { background: red }
@supports (opacity: -3.1415926535) {
body { background: green }
}
// 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