--- id: 587d78ac367417b2b2512af6 title: Align Elements Using the justify-content Property challengeType: 0 videoUrl: '' localeTitle: محاذاة العناصر باستخدام خاصية justify-content --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("#box-container").css("justify-content") == "center", "The #box-container element should have a justify-content property set to a value of center.");' ```
## Challenge Seed
```html
```
## Solution
```js // solution required ```