S
S
shokw0w2018-02-27 12:03:12
css
shokw0w, 2018-02-27 12:03:12

How to insert CSS styles for IE and Edge only?

Tried several options, none of them work. Please help

<style>@supports (-ms-accelerator:true) {
     /* Microsoft Edge 16+ styles */
     .edge16 img{
        margin-top: 30px;
     } 
}</style>
<div class="edge16" style="background:#42BCF1;height:40px;">

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2018-02-27
@shokw0w

q

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question