header
and footer
in the tweet embed example have child items that could be arranged as rows using the flex-direction
property. This tells CSS to align the children horizontally.
flex-direction
to both the header
and footer
and set the value to row.
header
should have a flex-direction
property set to row.
testString: assert(code.match(/header\s*?{[^}]*?flex-direction:\s*?row;/g));
- text: The footer
should have a flex-direction
property set to row.
testString: assert(code.match(/footer\s*?{[^}]*?flex-direction:\s*?row;/g));
```
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