diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:40 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:40 +0100 |
commit | 102003f64915a9b73e467c9858ed9c772e38f9fb (patch) | |
tree | 7fcd98cd88eab316cc816029d39826f649a0bb4e /files/id/learn/css | |
parent | de6a111b5e7ec37c4965111a580217d0b1fd2736 (diff) | |
download | translated-content-102003f64915a9b73e467c9858ed9c772e38f9fb.tar.gz translated-content-102003f64915a9b73e467c9858ed9c772e38f9fb.tar.bz2 translated-content-102003f64915a9b73e467c9858ed9c772e38f9fb.zip |
unslug id: modify
Diffstat (limited to 'files/id/learn/css')
-rw-r--r-- | files/id/learn/css/first_steps/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/id/learn/css/first_steps/index.html b/files/id/learn/css/first_steps/index.html index dbff8144de..9dd4462f9c 100644 --- a/files/id/learn/css/first_steps/index.html +++ b/files/id/learn/css/first_steps/index.html @@ -1,8 +1,9 @@ --- title: Getting started with CSS -slug: Web/Guide/CSS/Getting_started +slug: Learn/CSS/First_steps translation_of: Learn/CSS/First_steps translation_of_original: Web/Guide/CSS/Getting_started +original_slug: Web/Guide/CSS/Getting_started --- <p><span class="seoSummary">This tutorial introduces you to the basic features and language (the syntax) for <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS"><strong>Cascading Style Sheets</strong></a> (CSS). You use CSS to change the look of a structured document, such as a web page. The tutorial also includes sample exercises you can try on your own computer to see the effects of CSS and features that work in modern browsers. </span></p> <p>The tutorial is for beginners and anyone who would like to review the basics of CSS. If you have more experience with CSS, the CSS main page <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS">lists</a> more advanced resources.</p> |