背景画像をコンテナの4隅に画像を配置したい場合は以下でできます。
.image-container {
background-image: url(),url(),url(),url() no-repeat;
background-position: left top,right top,right bottom,left bottom;
}
背景画像をコンテナの4隅に画像を配置したい場合は以下でできます。
.image-container {
background-image: url(),url(),url(),url() no-repeat;
background-position: left top,right top,right bottom,left bottom;
}