From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- .../learn/css/styling_text/fundamentals/index.html | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'files/ru/learn/css/styling_text/fundamentals/index.html') diff --git a/files/ru/learn/css/styling_text/fundamentals/index.html b/files/ru/learn/css/styling_text/fundamentals/index.html index 270aec1251..cc24a192c5 100644 --- a/files/ru/learn/css/styling_text/fundamentals/index.html +++ b/files/ru/learn/css/styling_text/fundamentals/index.html @@ -45,7 +45,7 @@ translation_of: Learn/CSS/Styling_text/Fundamentals

Давайте сразу перейдём к рассмотрению свойств для стилизации шрифтов. В этом примере мы применим некоторые различные свойства CSS к одному и тому же образцу HTML, который выглядит следующим образом:

-
<h1>Tommy the cat</h1>
+
<h1>Tommy the cat</h1>
 
 <p>Well I remember it as though it were a meal ago...</p>
 
@@ -64,14 +64,14 @@ occasion such as this that he did.</p>

color can accept any CSS color unit, for example:

-
p {
+
p {
   color: red;
 }

This will cause the paragraphs to become red, rather than the standard browser default black, like so: