aboutsummaryrefslogtreecommitdiff
path: root/files/it/conflicting/learn/css
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/conflicting/learn/css')
-rw-r--r--files/it/conflicting/learn/css/building_blocks/selectors/index.html3
-rw-r--r--files/it/conflicting/learn/css/first_steps/how_css_works/index.html3
-rw-r--r--files/it/conflicting/learn/css/first_steps/how_css_works_113cfc53c4b8d07b4694368d9b18bd49/index.html4
-rw-r--r--files/it/conflicting/learn/css/index.html3
4 files changed, 9 insertions, 4 deletions
diff --git a/files/it/conflicting/learn/css/building_blocks/selectors/index.html b/files/it/conflicting/learn/css/building_blocks/selectors/index.html
index aece606365..5d659fa8fd 100644
--- a/files/it/conflicting/learn/css/building_blocks/selectors/index.html
+++ b/files/it/conflicting/learn/css/building_blocks/selectors/index.html
@@ -1,10 +1,11 @@
---
title: I Selettori
-slug: Conoscere_i_CSS/I_Selettori
+slug: conflicting/Learn/CSS/Building_blocks/Selectors
tags:
- Conoscere_i_CSS
translation_of: Learn/CSS/Building_blocks/Selectors
translation_of_original: Web/Guide/CSS/Getting_started/Selectors
+original_slug: Conoscere_i_CSS/I_Selettori
---
<p>
</p><p>Questa pagina spiega come applicare gli stili in modo selettivo, e come i diversi tipi di selettori abbiano un diverso grado di prevalenza.
diff --git a/files/it/conflicting/learn/css/first_steps/how_css_works/index.html b/files/it/conflicting/learn/css/first_steps/how_css_works/index.html
index c5565b371f..87f955fffe 100644
--- a/files/it/conflicting/learn/css/first_steps/how_css_works/index.html
+++ b/files/it/conflicting/learn/css/first_steps/how_css_works/index.html
@@ -1,12 +1,13 @@
---
title: Come funzionano i CSS
-slug: Conoscere_i_CSS/Come_funzionano_i_CSS
+slug: conflicting/Learn/CSS/First_steps/How_CSS_works
tags:
- Conoscere_i_CSS
- DOM
- Tutte_le_categorie
translation_of: Learn/CSS/First_steps/How_CSS_works
translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works
+original_slug: Conoscere_i_CSS/Come_funzionano_i_CSS
---
<p>
</p><p>Questa pagina spiega il funzionamento dei CSS nel browser.
diff --git a/files/it/conflicting/learn/css/first_steps/how_css_works_113cfc53c4b8d07b4694368d9b18bd49/index.html b/files/it/conflicting/learn/css/first_steps/how_css_works_113cfc53c4b8d07b4694368d9b18bd49/index.html
index 4048fe74e3..bd894b245b 100644
--- a/files/it/conflicting/learn/css/first_steps/how_css_works_113cfc53c4b8d07b4694368d9b18bd49/index.html
+++ b/files/it/conflicting/learn/css/first_steps/how_css_works_113cfc53c4b8d07b4694368d9b18bd49/index.html
@@ -1,10 +1,12 @@
---
title: Perché usare i CSS
-slug: Conoscere_i_CSS/Perché_usare_i_CSS
+slug: >-
+ conflicting/Learn/CSS/First_steps/How_CSS_works_113cfc53c4b8d07b4694368d9b18bd49
tags:
- Conoscere_i_CSS
translation_of: Learn/CSS/First_steps/How_CSS_works
translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS
+original_slug: Conoscere_i_CSS/Perché_usare_i_CSS
---
<p> </p>
diff --git a/files/it/conflicting/learn/css/index.html b/files/it/conflicting/learn/css/index.html
index 2bd34295c7..134aff0622 100644
--- a/files/it/conflicting/learn/css/index.html
+++ b/files/it/conflicting/learn/css/index.html
@@ -1,6 +1,6 @@
---
title: CSS developer guide
-slug: Web/Guide/CSS
+slug: conflicting/Learn/CSS
tags:
- CSS
- Guide
@@ -9,6 +9,7 @@ tags:
- 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>