mar*_*cgg 5

你可以这样做:

<style type="text/css">
@-moz-document url-prefix() {
    h1 { font-size:200px; /* Font size is huge in Firefox */ }
}
</style>
Run Code Online (Sandbox Code Playgroud)

话虽这么说,除了IE之外,你不应该使用浏览器特定的CSS.