--- id: 587d78ab367417b2b2512af0 title: 'Use display: flex to Position Two Boxes' challengeType: 0 videoUrl: '' localeTitle: 'استخدام العرض: فليكس لوضع صناديق اثنين' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("#box-container").css("display") == "flex", "#box-container should have the display property set to a value of flex.");' ```
## Challenge Seed
```html
```
## Solution
```js // solution required ```