header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element would work well stacked as a column.
flex-direction to the header's .profile-name element and set the value to column.
.profile-name element should have a flex-direction property set to column.
testString: 'assert($(''.profile-name'').css(''flex-direction'') == ''column'', ''The .profile-name element should have a flex-direction property set to column.'');'
```
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