header
和footer
的flex-direction
属性值设为 row(行)。相似地,把.profile-name
选择器对应的元素竖着排列会好看一点。
.profile-name
元素添加 CSS 属性flex-direction
,将其值设为 column。
.profile-name
应有flex-direction
属性,其值应为 column。'
testString: assert($('.profile-name').css('flex-direction') == '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