新着!私の44ページの電子書籍「44分で学ぶCSS」が発売されました! 😃

今すぐ入手 →

#background-position

背景画像の位置を定義します。

デフォルト background-position: 0% 0%;

背景画像は水平軸に0%、垂直軸に0%の位置に配置されます。つまり、要素の左上隅です。

background-position: bottom right;

位置キーワードの組み合わせを使用できます: centertopbottomleftright

background-position: center center;

背景画像は要素の中央に配置されます。