Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 26, 2021 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/e30afbc5245aa086d1c3c5ae1a796836 to your computer and use it in GitHub Desktop.
Save LeaVerou/e30afbc5245aa086d1c3c5ae1a796836 to your computer and use it in GitHub Desktop.
orientation MQ
/**
* orientation MQ
*/
@media (orientation: portrait) {
body {
background: green;
}
}
<template>Hello</template>
// alert('Hello world!');
{"view":"split-vertical","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