diff options
Diffstat (limited to 'files/pl/learn/css')
11 files changed, 32 insertions, 21 deletions
diff --git a/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html index f100424b2f..c6ca10a1c9 100644 --- a/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html +++ b/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html @@ -1,10 +1,11 @@ --- title: Kaskadowość i dziedziczenie -slug: Web/CSS/Na_początek/Kaskadowość_i_dziedziczenie +slug: Learn/CSS/Building_blocks/Cascade_and_inheritance tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance +original_slug: Web/CSS/Na_początek/Kaskadowość_i_dziedziczenie --- <p> </p><p>Ta strona tłumaczy jak arkusze stylów oddziaływują w kaskadzie, oraz jak elementy dziedziczą style od swoich rodziców. diff --git a/files/pl/learn/css/building_blocks/index.html b/files/pl/learn/css/building_blocks/index.html index d8edcc96fb..a62e5e31b7 100644 --- a/files/pl/learn/css/building_blocks/index.html +++ b/files/pl/learn/css/building_blocks/index.html @@ -1,10 +1,11 @@ --- title: Bloki -slug: Web/CSS/Na_początek/Bloki +slug: Learn/CSS/Building_blocks tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Building_blocks translation_of_original: Web/Guide/CSS/Getting_started/Boxes +original_slug: Web/CSS/Na_początek/Bloki --- <p> </p> <p>Ta strona opisuje jak możesz użyć CSS do kontroli przestrzeni, którą zajmuje wyświetlany element.</p> diff --git a/files/pl/learn/css/building_blocks/selectors/index.html b/files/pl/learn/css/building_blocks/selectors/index.html index bf3edca6f9..71ec313979 100644 --- a/files/pl/learn/css/building_blocks/selectors/index.html +++ b/files/pl/learn/css/building_blocks/selectors/index.html @@ -1,10 +1,11 @@ --- title: Selektory -slug: Web/CSS/Na_początek/Selektory +slug: Learn/CSS/Building_blocks/Selectors tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Building_blocks/Selectors translation_of_original: Web/Guide/CSS/Getting_started/Selectors +original_slug: Web/CSS/Na_początek/Selektory --- <p>Ta strona jest częścią piątą kursu <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started">CSS Getting Started</a>. Wyjaśnia ona jak możesz używać stylów selektywnie, i jak różne typy selektorów mają różne priorytety. Dodasz pewne atrybuty do znaczników w swoim przykładowym dokumencie oraz użyjesz w nim tych atrybutów.</p> diff --git a/files/pl/learn/css/building_blocks/styling_tables/index.html b/files/pl/learn/css/building_blocks/styling_tables/index.html index 3e09737217..23e9302a21 100644 --- a/files/pl/learn/css/building_blocks/styling_tables/index.html +++ b/files/pl/learn/css/building_blocks/styling_tables/index.html @@ -1,10 +1,11 @@ --- title: Tabele -slug: Web/CSS/Na_początek/Tables +slug: Learn/CSS/Building_blocks/Styling_tables tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Building_blocks/Styling_tables translation_of_original: Web/Guide/CSS/Getting_started/Tables +original_slug: Web/CSS/Na_początek/Tables --- <p> </p> <p>Ta strona bardziej szczegółowo opisuje selektory oraz sposoby tworzenia stylów dla tabel.</p> diff --git a/files/pl/learn/css/building_blocks/values_and_units/index.html b/files/pl/learn/css/building_blocks/values_and_units/index.html index db5bfd5e7d..e13cc8d2de 100644 --- a/files/pl/learn/css/building_blocks/values_and_units/index.html +++ b/files/pl/learn/css/building_blocks/values_and_units/index.html @@ -1,10 +1,11 @@ --- title: Kolor -slug: Web/CSS/Na_początek/Kolor +slug: Learn/CSS/Building_blocks/Values_and_units tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors translation_of_original: Web/Guide/CSS/Getting_started/Color +original_slug: Web/CSS/Na_początek/Kolor --- <p> </p><p>Ta strona dokładniej opisuje sposoby pracy z kolorami w CSS-ie. diff --git a/files/pl/learn/css/first_steps/how_css_is_structured/index.html b/files/pl/learn/css/first_steps/how_css_is_structured/index.html index 0e62945cbd..8dab9ba99d 100644 --- a/files/pl/learn/css/first_steps/how_css_is_structured/index.html +++ b/files/pl/learn/css/first_steps/how_css_is_structured/index.html @@ -1,10 +1,11 @@ --- title: Czytelny CSS -slug: Web/CSS/Na_początek/Czytelny_CSS +slug: Learn/CSS/First_steps/How_CSS_is_structured tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS +original_slug: Web/CSS/Na_początek/Czytelny_CSS --- <p> </p><p>Ta strona opisuje styl i gramatykę języka CSS. diff --git a/files/pl/learn/css/first_steps/how_css_works/index.html b/files/pl/learn/css/first_steps/how_css_works/index.html index 4502cad557..5b00b91b96 100644 --- a/files/pl/learn/css/first_steps/how_css_works/index.html +++ b/files/pl/learn/css/first_steps/how_css_works/index.html @@ -1,10 +1,11 @@ --- title: Czym jest CSS -slug: Web/CSS/Na_początek/Czym_jest_CSS +slug: Learn/CSS/First_steps/How_CSS_works tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/First_steps/How_CSS_works translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS +original_slug: Web/CSS/Na_początek/Czym_jest_CSS --- <p> </p> diff --git a/files/pl/learn/css/first_steps/index.html b/files/pl/learn/css/first_steps/index.html index 22b975504c..479321eb86 100644 --- a/files/pl/learn/css/first_steps/index.html +++ b/files/pl/learn/css/first_steps/index.html @@ -1,12 +1,13 @@ --- title: Na początek -slug: Web/CSS/Na_początek +slug: Learn/CSS/First_steps tags: - CSS - - 'CSS:Na_początek' + - CSS:Na_początek - Wszystkie_kategorie translation_of: Learn/CSS/First_steps translation_of_original: Web/Guide/CSS/Getting_started +original_slug: Web/CSS/Na_początek --- <p> </p> <h3 id="Wprowadzenie" name="Wprowadzenie">Wprowadzenie</h3> diff --git a/files/pl/learn/css/howto/css_faq/index.html b/files/pl/learn/css/howto/css_faq/index.html index 12a84d8c20..1dd18140a5 100644 --- a/files/pl/learn/css/howto/css_faq/index.html +++ b/files/pl/learn/css/howto/css_faq/index.html @@ -1,10 +1,11 @@ --- title: Częste pytania o CSS -slug: Web/CSS/Częste_pytania_o_CSS +slug: Learn/CSS/Howto/CSS_FAQ tags: - CSS - Wszystkie_kategorie translation_of: Learn/CSS/Howto/CSS_FAQ +original_slug: Web/CSS/Częste_pytania_o_CSS --- <p> </p> diff --git a/files/pl/learn/css/styling_text/fundamentals/index.html b/files/pl/learn/css/styling_text/fundamentals/index.html index 69dfd39735..4f59ad1c69 100644 --- a/files/pl/learn/css/styling_text/fundamentals/index.html +++ b/files/pl/learn/css/styling_text/fundamentals/index.html @@ -1,10 +1,11 @@ --- title: Style tekstowe -slug: Web/CSS/Na_początek/Style_tekstowe +slug: Learn/CSS/Styling_text/Fundamentals tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Styling_text/Fundamentals translation_of_original: Web/Guide/CSS/Getting_started/Text_styles +original_slug: Web/CSS/Na_początek/Style_tekstowe --- <p> </p><p>Na tej stronie znajdziesz więcej przykładów stylów tekstowych. diff --git a/files/pl/learn/css/styling_text/styling_lists/index.html b/files/pl/learn/css/styling_text/styling_lists/index.html index 64f4218a9d..5d36de5295 100644 --- a/files/pl/learn/css/styling_text/styling_lists/index.html +++ b/files/pl/learn/css/styling_text/styling_lists/index.html @@ -1,10 +1,11 @@ --- title: Listy -slug: Web/CSS/Na_początek/Listy +slug: Learn/CSS/Styling_text/Styling_lists tags: - - 'CSS:Na_początek' + - CSS:Na_początek translation_of: Learn/CSS/Styling_text/Styling_lists translation_of_original: Web/Guide/CSS/Getting_started/Lists +original_slug: Web/CSS/Na_początek/Listy --- <p> </p><p>Ta strona opisuje jak możesz użyć CSS-a do określania wyglądu list. |