diff options
Diffstat (limited to 'files/ja/learn/css/first_steps')
-rw-r--r-- | files/ja/learn/css/first_steps/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/ja/learn/css/first_steps/index.html b/files/ja/learn/css/first_steps/index.html index 3a7a08cb48..b576a008e4 100644 --- a/files/ja/learn/css/first_steps/index.html +++ b/files/ja/learn/css/first_steps/index.html @@ -14,6 +14,14 @@ translation_of: Learn/CSS/First_steps <p class="summary">CSS (Cascading Style Sheets) はウェブページをスタイリングしたりレイアウトしたりするのに使われます — 例えば、文字、色、大きさを変えたり、コンテンツに余白を設けたり、複数列に分けたり、あるいはアニメーションを加えたりなど様々な装飾機能があります。このモジュールでは CSS を習得するために、どう働くかの基本とともに、構文のありかたと HTML にスタイリングを加えることを簡単な始め方を提供します。</p> +<div class="in-page-callout webdev"> +<h3 id="Looking_to_become_a_front-end_web_developer" name="Looking_to_become_a_front-end_web_developer">フロントエンドのウェブ開発者になりたいですか?</h3> + +<p>ゴールに向かって頑張るために必要な情報をまとめたコースをご用意しました。</p> + +<p><a class="cta primary" href="/docs/Learn/Front-end_web_developer">始める</a></p> +</div> + <h2 id="Prerequisites" name="Prerequisites">前提条件</h2> <p>このモジュールを始める前に、次の状態になっておくべきです。</p> |