aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/width
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/width')
-rw-r--r--files/ru/web/css/width/index.html6
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">&lt;p class="goldie"&gt;Сообщество Mozilla производит множество отличного ПО.&lt;/p&gt;</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">&lt;div class="px_length"&gt;Ширина в пикселях&lt;/div&gt;
&lt;div class="em_length"&gt;Ширина в em&lt;/div&gt;</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">&lt;div class="percent"&gt;Ширина в процентах&lt;/div&gt;</pre>
-<p>{{EmbedLiveSample('Percentage', '500px', '64px')}}</p>
+<p>{{EmbedLiveSample('Проценты', '500px', '64px')}}</p>
<h3 id="max-content_2">max-content</h3>