---
id: 587d78ac367417b2b2512af5
title: flex-direction プロパティを適用して埋め込みツイートに列を作成する
challengeType: 0
videoUrl: 'https://scrimba.com/p/pVaDAv/cnzdVC9'
forumTopicId: 301103
dashedName: apply-the-flex-direction-property-to-create-a-column-in-the-tweet-embed
---
# --description--
前回は、埋め込みツイートの `header` と `footer` の `flex-direction` プロパティに行 (row) の値を使用しました。 同様に、`.profile-name` 要素内のアイテムを列 (column) として積み重ねて表示するとうまく機能しそうです。
# --instructions--
CSS プロパティ `flex-direction` を `.profile-name` 要素に追加し、値を `column` に設定してください。
# --hints--
`.follow-btn` がページ上に表示されている必要があります。 必ず広告ブロッカーなどの拡張機能をオフにしてください。
```js
assert($('.follow-btn').length > 0 && $('.follow-btn').css('display') !== 'none');
```
`.profile-name` 要素の `flex-direction` プロパティを `column` に設定する必要があります。
```js
assert($('.profile-name').css('flex-direction') == 'column');
```
# --seed--
## --seed-contents--
```html
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 2018I 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