how to write css only for internet explorer 11 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)
{
}