aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/forms/styling_web_forms/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/learn/forms/styling_web_forms/index.html')
-rw-r--r--files/ru/learn/forms/styling_web_forms/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/forms/styling_web_forms/index.html b/files/ru/learn/forms/styling_web_forms/index.html
index 8dcaf1c08d..0f5e6214c8 100644
--- a/files/ru/learn/forms/styling_web_forms/index.html
+++ b/files/ru/learn/forms/styling_web_forms/index.html
@@ -359,7 +359,7 @@ button:focus {
<h2 id="Conclusion">Conclusion</h2>
-<p>As you can see, as long as we want to build forms with just text fields and buttons, it's easy to style them using CSS. If you want to know more of the little CSS tricks that can make your life easier when working with form widgets, take a look at the form part of <a href="http://necolas.github.com/normalize.css" rel="external" title="http://necolas.github.com/normalize.css">the normalize.css project</a>.</p>
+<p>As you can see, as long as we want to build forms with just text fields and buttons, it's easy to style them using CSS. If you want to know more of the little CSS tricks that can make your life easier when working with form widgets, take a look at the form part of <a href="http://necolas.github.com/normalize.css" rel="external">the normalize.css project</a>.</p>
<p><a href="/en-US/docs/Web/Guide/HTML/Forms/Advanced_styling_for_HTML_forms" title="/en-US/docs/Advanced_styling_for_HTML_forms">In the next article</a>, we will see how to handle form widgets which fall in the "bad" and "ugly" categories.</p>