Skip to content

Instantly share code, notes, and snippets.

View elazafranjusticiero's full-sized avatar

elazafran elazafranjusticiero

View GitHub Profile
/*
#ie10 will only be red in MSIE 10,
both in high contrast (display setting) and default mode
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#ie10 { color: red; }
}