aboutsummaryrefslogtreecommitdiff
path: root/files/ru/словарь/grid_column/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
commitc058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch)
treedf20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/словарь/grid_column/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip
unslug ru: move
Diffstat (limited to 'files/ru/словарь/grid_column/index.html')
-rw-r--r--files/ru/словарь/grid_column/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/ru/словарь/grid_column/index.html b/files/ru/словарь/grid_column/index.html
deleted file mode 100644
index ca5ed8bd59..0000000000
--- a/files/ru/словарь/grid_column/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: Grid Column
-slug: Словарь/Grid_Column
-tags:
- - CSS
- - grid
-translation_of: Glossary/Grid_Column
----
-<p>Столбец сетки (<strong>grid column)</strong> — это вертикальный элемент в <a href="/ru/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a>, а также пространство между двумя вертикальными линиями сетки. Он определяется свойством {{cssxref("grid-template-columns")}}, либо в сокращенном виде {{cssxref("grid")}} или {{cssxref("grid-template")}}.</p>
-
-<p>Кроме того, столбцы могут быть созданы в неявном виде (<em>implicit grid), </em>когда элементы расположены за пределами столбцов, созданных в явно-заданной сетке (<em>explicit grid)</em>. Размер этих столбцов будет подобран автомтически, либо задан с помощью свойства {{cssxref("grid-auto-columns")}}.</p>
-
-<p>При работе с выравниванием в <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a>, ось, идущая вниз, вдоль которой идут столбцы, также называется осью блоков или столбцов.</p>
-
-<h2 id="Смотрите_также">Смотрите также</h2>
-
-<h3 id="Связанные_свойства">Связанные свойства</h3>
-
-<ul>
- <li>{{cssxref("grid-template-columns")}}</li>
- <li>{{cssxref("grid-auto-columns")}}</li>
- <li>{{cssxref("grid")}}</li>
- <li>{{cssxref("grid-template")}}</li>
-</ul>
-
-<h3 id="Дальнейшая_информация">Дальнейшая информация</h3>
-
-<ul>
- <li>CSS Grid Layout Guide: <em><a href="/ru/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout">Basic concepts of grid layout</a></em></li>
-</ul>