--- id: bad87fee1348bd9aedf08806 title: 更改元素的字体大小 challengeType: 0 videoUrl: 'https://scrimba.com/c/c3bvDc8' forumTopicId: 16777 dashedName: change-the-font-size-of-an-element --- # --description-- 字体大小由 `font-size` 属性控制,如下所示: ```css h1 { font-size: 30px; } ``` # --instructions-- 在包含 `red-text` 的类选择器的 `

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats


``` # --solutions-- ```html

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats


```