A simple example on to apply CSS rules to the Firefox browser only.
@-moz-document url-prefix() {
.selector {
color: lime;
}
}
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.