Answers for "if browser css"

CSS
0

if browser css

@-moz-document url-prefix() {
  h1 {
    color: red;
  }
}

<h1>This should be red in Firefox</h1>
Posted by: Guest on April-18-2022

Browse Popular Code Answers by Language