From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/css/right/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/css/right/index.html') diff --git a/files/ru/web/css/right/index.html b/files/ru/web/css/right/index.html index 6be9498540..732a0c45b6 100644 --- a/files/ru/web/css/right/index.html +++ b/files/ru/web/css/right/index.html @@ -26,7 +26,7 @@ translation_of: Web/CSS/right

Когда заданы оба свойства {{cssxref("left")}} и right, и элемент не может растянуться, чтобы им соответствовать, то позиционированние элемента is overspecified. В этом случае значение left имеет приоритет, when the container is left-to-right; и наоборот, значение right имеет приоритет, when the container is right-to-left.

-

Синтаксис

+

Синтаксис

/* Значения величин */
 right: 3px;
@@ -71,7 +71,7 @@ right: unset;
 
 {{csssyntax}}
 
-

Примеры

+

Примеры

#example_3 {
   width: 100px;
@@ -97,7 +97,7 @@ right: unset;
 
 

{{ EmbedLiveSample('Примеры', 500, 220) }}

-

Спецификации

+

Спецификации

@@ -128,7 +128,7 @@ right: unset;

{{cssinfo}}

-

Browser compatibility

+

Browser compatibility

-- cgit v1.2.3-54-g00ecf