Skip to content

Instantly share code, notes, and snippets.

@kevyworks
Forked from tsevdos/webkit-only-styles.css
Created March 9, 2014 04:38
Show Gist options
  • Save kevyworks/9442988 to your computer and use it in GitHub Desktop.
Save kevyworks/9442988 to your computer and use it in GitHub Desktop.
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
body { background:red; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment