(例)【CSS】background-positionの使用方法
See the Pen
background-position by linlin (@linlin098765)
on CodePen.
<body>
</body>
body {
background-image: url("https://www.llc-linlin.com/picture/SEO.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom
}
【CSS】background-position:背景画像の表示位置を指定
CSSのbackground-positionは背景画像の表示位置を指定するプロパティです。
背景画像の表示位置は、left・centerと言った位置指定から、%や数値(pxやvw等)でも指定可能です。