![一些 CSS 规则](https://img.php.cn/upload/article/000/887/227/169519686810822.jpg)
The following are the key CSS rules
-
@import: The rule imports another style sheet into the current style sheet.
-
@charset The rules indicate the character set used by the style sheet.
-
@font-face Rules are used to describe fonts in detail
-
!important Rules indicate that user-defined rules should take precedence over the author's stylesheet .
The above is the detailed content of Some CSS rules. For more information, please follow other related articles on the PHP Chinese website!