本サイトは個人的なまとめサイトです。 記載内容に誤り等がありましたらご指摘ください。

CSS / Cascading Style Sheet

背景

  • 背景色
    • 書式:background-color: <color>
    • <color>={色指定(#xxxxxx)|色の名前 |transparent(規定値:透明色) |inherit(継承)}
    • 例:
      H1 { background-color: #ccccff; }

ログイン