diff options
Diffstat (limited to 'files/ru/web/css/margin-right/index.html')
-rw-r--r-- | files/ru/web/css/margin-right/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/css/margin-right/index.html b/files/ru/web/css/margin-right/index.html index 4a54578c0d..46cb09344a 100644 --- a/files/ru/web/css/margin-right/index.html +++ b/files/ru/web/css/margin-right/index.html @@ -15,7 +15,7 @@ translation_of: Web/CSS/margin-right <p> </p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="brush:css no-line-numbers">/* <lenght> значение */ margin-right: 20px; /* абсолютная длина */ @@ -33,7 +33,7 @@ margin-right: unset; <p>Свойство <code>margin-right</code> может быть выражено как ключевое слово <code>auto</code>, как <code><число></code>, или как <code><процент></code>. Значение может быть положительным, нулевым или отрицательным.</p> -<h3 id="Values" name="Values">Значения</h3> +<h3 id="Values">Значения</h3> <dl> <dt>{{cssxref("<length>")}}</dt> @@ -105,14 +105,14 @@ margin-right: unset; {{csssyntax}} -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> <pre class="brush: css">.content { margin-right: 5%; } .sidebox { margin-right: 10px; } .logo { margin-right: -5px; } </pre> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -153,5 +153,5 @@ margin-right: unset; <p>{{cssinfo}}</p> -<h2 id="Browser_Compatibility" name="Browser_Compatibility">Поддержка браузерами</h2> +<h2 id="Browser_Compatibility">Поддержка браузерами</h2> <p>{{Compat("css.properties.margin-right")}}</p> |