--- id: 587d78ad367417b2b2512af9 title: Use the align-items Property in the Tweet Embed challengeType: 0 videoUrl: https://scrimba.com/p/pVaDAv/cd3PNfq forumTopicId: 301106 localeTitle: Использовать свойство align-items в Tweet Embed --- ## Description
Последняя задача привела свойство align-items и привела пример. Это свойство может быть применено к нескольким элементам вставки tweet для выравнивания элементов flex внутри них.
## Instructions
Добавьте align-items свойств CSS в элемент .follow-btn . Установите значение в центр.
## Tests
```yml tests: - text: The .follow-btn element should have the align-items property set to a value of center. testString: assert($('.follow-btn').css('align-items') == 'center'); ```
## Challenge Seed
```html
Quincy Larson's profile picture

Quincy Larson

@ossia

I meet so many people who are in search of that one trick that will help them work smart. Even if you work smart, you still have to work hard.

1:32 PM - 12 Jan 2018
```
## Solution
```html
Quincy Larson's profile picture

Quincy Larson

@ossia

I meet so many people who are in search of that one trick that will help them work smart. Even if you work smart, you still have to work hard.

1:32 PM - 12 Jan 2018
```