html
1<!DOCTYPE html> 2import haikei.css 3<html> 4 <head> 5 <meta charset="utf-8"/> 6 </head> 7 <body> 8 <h1>写真</h1> 9 <h2>背景</h2> 10 </body> 11</html>
CSS
1body { 2 background-image: url("https://www.sejuku.net/blog/wp-content/uploads/2018/05/shutterstock_609815726-1.jpg"); 3 background-repeat: no-repeat; 4 background-attachment: fixed; 5}
上記を実行しても指定した背景画像が表示されないのですが、どのように指定したらいいでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。