Thứ Hai, 22 tháng 2, 2016

hack css chrome

/* will be red only in google chrome */
#test1{color:green;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #test1{color:red;}
}

link website: http://mynthon.net/howto/webdev/css-hacks-for-google-chrome.html

Không có nhận xét nào:

Đăng nhận xét