--- id: bad87fee1348bd9aedf08806 title: Зміна розміру шрифту для елемента challengeType: 0 videoUrl: 'https://scrimba.com/c/c3bvDc8' forumTopicId: 16777 dashedName: change-the-font-size-of-an-element --- # --description-- Розмір шрифту контролюється властивістю CSS `font-size`, наприклад: ```css h1 { font-size: 30px; } ``` # --instructions-- Всередині того ж тегу `

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


```