文字の大きさを変える
font-size: ***;
***に値を入れて文字の大きさを決めてあげましょう。値には
xx-small、x-small、small、medium、large、x-large、xx-large
の他に、px、pt、% で数値で指定する方法などがあります。
使い方は
ーーーーー
font-size: small;
font-size: 12px;
font-size: 110%;
ーーーーー
など。
最近は % での指定が多いみたいですね。
← 戻る