Skip to content

Instantly share code, notes, and snippets.

@apphp
Created July 7, 2014 07:26
Show Gist options
  • Select an option

  • Save apphp/352c5793bbf5c1e74549 to your computer and use it in GitHub Desktop.

Select an option

Save apphp/352c5793bbf5c1e74549 to your computer and use it in GitHub Desktop.
This solution is based on Chrome specific CSS extension. Other browsers will ignore this rule.
<style type="text/css">
@media screen and (-webkit-min-device-pixel-ratio:0) {
H5 { color:red; }
P { margin-left:20px; }
/* other special styles for Chrome here */
}
</style>
// source: http://www.apphp.com/index.php?snippet=css-targeting-chrome-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment