时间:2021-07-01 10:21:17 帮助过:97人阅读
This paragraph will also be center-aligned.
多类选择器
1、在 HTML 中,一个 class 值中可能包含一个词列表,各个词之间用空格分隔。例如,如果希望将一个特定的元素同时标记为重要(important)和警告(warning),就可以写作(这两个词的顺序无关紧要,写成 warning important 也可以):
This paragraph is a very important warning.
This paragraph is a very important and urgent warning.