CSS identifier for Microsoft Edge browser

0 votes
174 views
added Mar 28, 2018 in CSS by anonymous
edited Jul 24, 2018 by LC Marshal
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...