The Google Chrome Blog

Chrome Resources – themes, plugins, new, tips, tricks and more



CSS Hack for Google Chrome

Use this code.

@media screen and (-webkit-min-device-pixel-ratio:0)
{
div
{
color: red; /* The text will appear red only in Safari and Google Chrome */
}
}








Leave a Reply