Himas Rafeek
Posted on: 1 year ago
CSS

Target Firefox Browsers in CSS

Used for FF specific CSS edits.


                                          @-moz-document url-prefix() {
    #div-id .div-class {
        styleshere: #;
         
    }
}