diff options
Diffstat (limited to 'files/pl/web/css')
-rw-r--r-- | files/pl/web/css/using_css_custom_properties/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/css/using_css_custom_properties/index.html b/files/pl/web/css/using_css_custom_properties/index.html index 319b75e4f7..e726e2c147 100644 --- a/files/pl/web/css/using_css_custom_properties/index.html +++ b/files/pl/web/css/using_css_custom_properties/index.html @@ -5,7 +5,7 @@ translation_of: Web/CSS/Using_CSS_custom_properties --- <div>{{SeeCompatTable}}</div> -<div></div> + <p><strong>Zmienne CSS </strong>to zdefiniowane jednostki zawierające specyficzne wartości, reużywalne w całym dokumencie. Zmienne są ustawiane przy użyciu notacji właściwości niestandardowych (np. <strong><code>--kolor-glowny: black;</code></strong>) i mają dostęp do funkcji <code>var() (np. kolor: <strong>var(--kolor-glowny)</strong>;</code>) .</p> |