CSS hack para safari y chrome

Tags: ,

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

Continue reading » No comments