--- id: 587d78ad367417b2b2512af9 title: Use the align-items Property in the Tweet Embed challengeType: 0 videoUrl: '' localeTitle: استخدم الخاصية align-items في Tweet Tweet --- ## Description
التحدي الأخير قدم خاصية align-items وأعطى مثالاً. يمكن تطبيق هذه الخاصية على عدد قليل من عناصر التضمين لمحاذاة العناصر المرنة بداخلها.
## Instructions
إضافة align-items الخاصية CSS .follow-btn . قم بتعيين القيمة إلى الوسط.
## Tests
```yml tests: - text: يجب أن يكون لعنصر .follow-btn مجموعة خصائص align-items إلى قيمة المركز. testString: 'assert($(".follow-btn").css("align-items") == "center", "The .follow-btn element should have the align-items property set to a value of 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
```js // solution required ```