fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,18 @@
---
title: Add Rows with grid-template-rows
localeTitle: إضافة صفوف مع صفوف قالب الشبكة
---
## إضافة صفوف مع صفوف قالب الشبكة
في هذا التحدي ، أنت مطالب بتحديد صفوف شبكة CSS في `<div class="container">` .
### ملحوظة
يمكنك تعريف الصفوف باستخدام الخاصية CSS `grid-template-rows` .
### حل
نظرًا لأن التحدي يتطلب منك إنشاء صفين من `50px` لكل منهما ، `.container` بتعريف المتابعة في كتلة التعليمة البرمجية الخاصة بـ `.container` CSS:
`grid-template-rows: 50px 50px;
`