diff options
author | yurch-html-alterpost <35567398+yurch-html-alterpost@users.noreply.github.com> | 2021-04-08 20:56:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 20:56:48 +0300 |
commit | 61fca3157b624a64c3ba9a65348cc55bc6b5ce73 (patch) | |
tree | 92a288492efe9ab3659280d362c8da08d5c4b7c3 | |
parent | d774f0fe525fcb880e0d1dca645e1b61bc563bd7 (diff) | |
download | translated-content-61fca3157b624a64c3ba9a65348cc55bc6b5ce73.tar.gz translated-content-61fca3157b624a64c3ba9a65348cc55bc6b5ce73.tar.bz2 translated-content-61fca3157b624a64c3ba9a65348cc55bc6b5ce73.zip |
Correcting a typo in margin-right (#441)
-rw-r--r-- | files/ru/web/css/margin-right/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/margin-right/index.html b/files/ru/web/css/margin-right/index.html index e8fbfc332f..8f080de3ea 100644 --- a/files/ru/web/css/margin-right/index.html +++ b/files/ru/web/css/margin-right/index.html @@ -5,7 +5,7 @@ translation_of: Web/CSS/margin-right --- <div>{{CSSRef}}</div> -<p>Свойство <a href="/en/CSS" title="CSS">CSS</a> <strong><code>margin-right</code></strong> устанавливает <a href="https://developer.mozilla.org/ru/docs/Web/CSS/box_model">внешний отступ</a> слева от элемента. Положительное значение увеличивает расстояние между соседними элементами, тогда как отрицательное - сокращает.</p> +<p>Свойство <a href="/en/CSS" title="CSS">CSS</a> <strong><code>margin-right</code></strong> устанавливает <a href="https://developer.mozilla.org/ru/docs/Web/CSS/box_model">внешний отступ</a> справа от элемента. Положительное значение увеличивает расстояние между соседними элементами, тогда как отрицательное - сокращает.</p> <div>{{EmbedInteractiveExample("pages/css/margin-right.html")}}</div> |