Answers for "firefox style in css"

CSS
1

firefox css code

@-moz-document url-prefix() {
  h1 {
    color: red;
  }
}
Posted by: Guest on May-14-2020
0

adding diffent style in firefox css

@supports ( -moz-appearance:none ){
  /* Add firefox CSS code here */
}
Posted by: Guest on August-05-2021

Browse Popular Code Answers by Language