Si el navegador CSS
@-moz-document url-prefix() {
h1 {
color: red;
}
}
<h1>This should be red in Firefox</h1>
S3NS4
@-moz-document url-prefix() {
h1 {
color: red;
}
}
<h1>This should be red in Firefox</h1>