【CSS】background-color - 背景色
CSSのbackground-colorプロパティについて解説します。
検証環境
background-color
background-colorは“背景色”のプロパティです。
基本構文
background-color: 値;
サンプル
<style>
p {
___ih_hl_start
background-color: yellow;
___ih_hl_end
}
</style>
<p>CSS : Cascading Style Sheets</p>