headerのバックグラウンドカラーが適用されません
プロパティの記述ミスはないと思うのですが・・・
どなたか回答お願いします
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="mosha2.css"> <title>Document</title> </head> <body> <header> <div class="container"> <div class="header-left"> <img class="logo" src="https://prog-8.com/images/html/advanced/main_logo.png"> </div> </div> </header> <section class="main-image-wrapper"> <div class="main-image-container"> <div class="face-image"></div> <div class="price-image"></div> </div> </section> </body> </html>
.header { height: 120px; width: 100%; background-color:blue; } .container { padding: 30px; } .main-image-wrapper { clear: both; background-image: url(https://www.linguage-school.jp/wp-content/themes/linguage/img/lp/bg-cover-pc.jpg); background-size:cover; width: 1400px; height:500px; } .main-image-container { padding-left: 20px; padding-right: 20px; background-image: url(https://www.linguage-school.jp/wp-content/themes/linguage/img/lp/main-text.png); }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/22 01:51