Skip to content

Commit

Permalink
fix: fixed to show demo
Browse files Browse the repository at this point in the history
  • Loading branch information
OHMORIYUSUKE committed Dec 3, 2024
1 parent 632ded7 commit f771e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ja/learn/css/first_steps/how_css_is_structured/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ CSS のプロパティと値は大文字と小文字を区別しません。そ

これは次のように表示されます。

{{EmbedLiveSample('The_calc_function', '100%', 200)}}
{{EmbedLiveSample('calc()_関数', '100%', 200)}}

関数は、関数名と、関数に渡す値を囲む括弧で構成されています。上記の `calc()` の例では、値は、このボックスの幅を含むブロックの幅の 90% から 30 ピクセルを引いた値と定義しています。計算の結果は、事前に計算して静的な値として入力できるものではありません。

Expand All @@ -332,7 +332,7 @@ CSS のプロパティと値は大文字と小文字を区別しません。そ

上記のコードの出力は次のようになります。

{{EmbedLiveSample('Transform_functions', '100%', 200)}}
{{EmbedLiveSample('座標変換関数', '100%', 200)}}

**以下に挙げたプロパティのそれぞれの値を調べてみましょう。ぞれぞれの HTML 要素にスタイルを適用する CSS ルールを記述してみましょう。**

Expand Down

0 comments on commit f771e16

Please sign in to comment.