Answers for "css only on firefox"

CSS
2

how to apply css to firefox only

@-moz-document url-prefix() { 
  .selector {
     color: lime;
  }
}
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language