--- id: bad87fee1348bd9aecf08806 title: CSS クラスで要素のスタイルを指定する challengeType: 0 videoUrl: 'https://scrimba.com/c/c2MvDtV' forumTopicId: 18337 dashedName: use-a-css-class-to-style-an-element --- # --description-- クラスは再利用可能なスタイルで、HTML 要素に追加できます。 下記は CSS クラス宣言の例です: ```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


``` # --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


```