diff options
Diffstat (limited to 'files/ru/glossary/grid/index.html')
-rw-r--r-- | files/ru/glossary/grid/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/glossary/grid/index.html b/files/ru/glossary/grid/index.html index e070df0968..77cafaa748 100644 --- a/files/ru/glossary/grid/index.html +++ b/files/ru/glossary/grid/index.html @@ -6,7 +6,7 @@ tags: - CSS Grids - Glossary translation_of: Glossary/Grid -original_slug: Словарь/Grid +original_slug: Глоссарий/Grid --- <p><em>CSS Гриды (они же сетки или CSS Grid)</em> устанавливаются с помощью значения <code>grid</code> в свойстве <code>display</code>; вы можете определить колонки и строки в сетке с помощью свойств {{cssxref("grid-template-columns")}} и {{cssxref("grid-template-rows")}} соответственно.</p> |