apply css for ie 11 only code example
Example: css ie11 only
/* styles only for IE */
@media all and (-ms-high-contrast:none)
{
}
/* styles only for IE */
@media all and (-ms-high-contrast:none)
{
}