diff options
Diffstat (limited to 'files/ru/web/css/width/index.html')
-rw-r--r-- | files/ru/web/css/width/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/css/width/index.html b/files/ru/web/css/width/index.html index be2378dd6c..6daf3aae5a 100644 --- a/files/ru/web/css/width/index.html +++ b/files/ru/web/css/width/index.html @@ -88,7 +88,7 @@ width: unset; <pre class="brush:html"><p class="goldie">Сообщество Mozilla производит множество отличного ПО.</p></pre> -<p>{{EmbedLiveSample('Default_width', '500px', '64px')}}</p> +<p>{{EmbedLiveSample('Ширина_по_умолчанию', '500px', '64px')}}</p> <h3 id="Пиксели_и_em">Пиксели и em</h3> @@ -110,7 +110,7 @@ width: unset; <pre class="brush: html"><div class="px_length">Ширина в пикселях</div> <div class="em_length">Ширина в em</div></pre> -<p>{{EmbedLiveSample('Pixels_and_ems', '500px', '64px')}}</p> +<p>{{EmbedLiveSample('Пиксели_и_em', '500px', '64px')}}</p> <h3 id="Проценты">Проценты</h3> @@ -122,7 +122,7 @@ width: unset; <pre class="brush: html"><div class="percent">Ширина в процентах</div></pre> -<p>{{EmbedLiveSample('Percentage', '500px', '64px')}}</p> +<p>{{EmbedLiveSample('Проценты', '500px', '64px')}}</p> <h3 id="max-content_2">max-content</h3> |