Files

9 lines
409 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Apply the flex-direction Property to Create Rows in the Tweet Embed
---
# Apply the flex-direction Property to Create Rows in the Tweet Embed
2018-10-12 15:37:13 -04:00
---
## Problem Explanation
2018-10-12 15:37:13 -04:00
The purpose of this challenge is to ensure the child elements of <i>header</i> and <i>footer</i> are aligned in a row. While the default flex direction is a row. It is best to be explicit about your styling as much as possible.