--- id: 5a94fe2669fb03452672e45e title: Use grid-area Without Creating an Areas Template challengeType: 0 videoUrl: '' localeTitle: استخدم مساحة الشبكة بدون إنشاء قالب مناطق --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert(code.match(/.item5\s*?{[\s\S]*grid-area\s*?:\s*?3\s*?\/\s*?1\s*?\/\s*?4\s*?\/\s*?4\s*?;[\s\S]*}/gi), "item5 class should have a grid-area property that has the value of 3/1/4/4.");' ```
## Challenge Seed
```html
1
2
3
4
5
```
## Solution
```js // solution required ```