
CSS
主要素 | 主な使用先 |
---|---|
background-color | 背景色の変更 |
color | 文字色の変更 |
display | 表示方法の変更 |
font-size | フォントサイズの変更 |
opacity | 要素の不透明度変更 |
text-align | テキスト等の揃え方変更 |
text-decoration | テキストの装飾 |
text-decoration-color | テキスト装飾の色 |
text-decoration-line | テキスト装飾の種類 |
text-decoration-style | テキスト装飾の線 |
transition | 状態間変化の定義 |
width | 表示幅の変更 |
コラム:CSSを適用したい時の複数の書き方 | 【CSS】タグで使う結合子 |
コラム:CSS上で計算したいときのやり方 | 【CSS】calc関数について |
© koulidy