(例)【CSS】background-imageの使用方法
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-image:背景画像
CSSのbackground-imageは、背景画像を指定するプロパティです。
背景画像はURLで指定し、CSSのファイルから相対的に指定するか、絶対的に指定します。