aboutsummaryrefslogtreecommitdiff
path: root/files/it/conflicting/learn/css/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:24:42 +0100
committerGitHub <noreply@github.com>2021-02-11 18:24:42 +0100
commitaaeeb9abf350ff53bc52223c6a2f6a15d755ae07 (patch)
tree3b8bb1f4d37a784a941ec5956973b569d47a3da9 /files/it/conflicting/learn/css/index.html
parenteac9bdfdfb67b7748f4ffe6931a87b471ef4f2b5 (diff)
parente7651b26abb2031118b797bd4a4d707aa7f2e9b6 (diff)
downloadtranslated-content-aaeeb9abf350ff53bc52223c6a2f6a15d755ae07.tar.gz
translated-content-aaeeb9abf350ff53bc52223c6a2f6a15d755ae07.tar.bz2
translated-content-aaeeb9abf350ff53bc52223c6a2f6a15d755ae07.zip
Merge pull request #40 from fiji-flo/unslugging-it
Unslugging it
Diffstat (limited to 'files/it/conflicting/learn/css/index.html')
-rw-r--r--files/it/conflicting/learn/css/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/it/conflicting/learn/css/index.html b/files/it/conflicting/learn/css/index.html
new file mode 100644
index 0000000000..134aff0622
--- /dev/null
+++ b/files/it/conflicting/learn/css/index.html
@@ -0,0 +1,25 @@
+---
+title: CSS developer guide
+slug: conflicting/Learn/CSS
+tags:
+ - CSS
+ - Guide
+ - Landing
+ - NeedsTranslation
+ - TopicStub
+translation_of: Learn/CSS
+translation_of_original: Web/Guide/CSS
+original_slug: Web/Guide/CSS
+---
+<p>{{draft}}</p>
+<p><span class="seoSummary">Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML</span> or other markup languages such as SVG<span class="seoSummary">. CSS describes how the structured elements in the document are to be rendered on screen, on paper, in speech, or on other media.</span> The ability to adjust the document's presentation depending on the output medium is a key feature of CSS.</p>
+<p>CSS is one of the core languages of the open Web and has a standardized <a class="external" href="http://w3.org/Style/CSS/#specs">W3C specification</a>.</p>
+<p>{{LandingPageListSubpages}}</p>
+<h2 id="Pages_elsewhere">Pages elsewhere</h2>
+<p>Here are other pages related to CSS that should be linked to from here.</p>
+<h2 id="See_also">See also</h2>
+<ul>
+ <li><a href="/en-US/docs/Web/CSS" title="/en-US/docs/Web/HTML">CSS</a></li>
+ <li><a href="/en-US/docs/Web/Reference" title="/en-US/docs/Web/Reference">Web developer reference</a></li>
+ <li><a href="/en-US/docs/Web/Guide" title="/en-US/docs/Web/Guide">Web developer guide</a></li>
+</ul>