点击查看更多猫图.
猫咪最喜欢的三件东西:
- 猫薄荷
- 激光笔
- 千层饼
猫咪最讨厌的三件东西:
- 跳蚤
- 打雷
- 同类
font-family
属性,可以设置元素里面的字体样式。
如果你想设置h2
元素的字体为sans-serif
,你可以用以下的 CSS 规则:
```css
h2 {
font-family: sans-serif;
}
```
p
元素使用monospace
字体。
p
元素应该使用monospace
字体。'
testString: assert($("p").not(".red-text").css("font-family").match(/monospace/i));
```
点击查看更多猫图.
猫咪最喜欢的三件东西:
猫咪最讨厌的三件东西: