diff options
-rw-r--r-- | files/ru/web/css/gap/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/gap/index.html b/files/ru/web/css/gap/index.html index 7520e418e1..016709a2a9 100644 --- a/files/ru/web/css/gap/index.html +++ b/files/ru/web/css/gap/index.html @@ -9,7 +9,7 @@ translation_of: Web/CSS/gap <div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div> -<div>{{EmbedInteractiveExample("pages/css/grid-gap.html")}}</div> +<div>{{EmbedInteractiveExample("pages/css/gap.html")}}</div> <div class="note"> <p><a href="/en-US/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a> initially defined the <code>grid-gap</code> property. This prefixed property is being replaced by <code>gap</code>. However, in order to support browsers that implemented <code>grid-gap</code> and not <code>gap</code> for grid, you will need to use the prefixed property as in the interactive example above.</p> |