back

文字の色

文字の色を指定します。

1.body編

その1:bodyタグで全体の色を指定します。

body
{
color: #FF0000;
}

2.<h2 class="blue">TAG編</h2>

クラスで指定されたタグ内の色を指定する。

.blue
{
color: <span class="blue">#0000FF;</span>
}
inserted by FC2 system