Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

409 B

title
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


Problem Explanation

The purpose of this challenge is to ensure the child elements of header and footer 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.