Learn how to target IE only browsers with CSS media querys

Target IE with Media queries

Internet Explorer supports media queries from IE9 and higher. If you want to target IE6-8, take a look at Respond.js

Target IE10 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) YES NO
Target IE9 + IE10 @media screen and (min-width:0\0) YES NO