背景画像の位置をキーワードで指定
|
|
位置指定(中央) |
|
左上:background-position: top left; |
中上:background-position: top center; |
右上:background-position: top rightt; |
左中:background-position: left; |
中中:background-position: center; |
右中:background-position: right; |
左下:background-position: bottom left; |
中下:background-position: bottom center |
右下:background-position: bottom right; |
割合:background-position: 50% 50%; |
|
px:background-position: 200px 300px; |