atomでコードを書いています。bodyのbackground-colorだけHTMLに反映されません。<h1>や<p>のは反映されるのですが... コードの間違いを指摘してくださる方か反映させる方法をご存知の方は教えていただけると嬉しいです。
HTMLのコード
<!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>aaa</title> <meta name="description" content="ABC"> <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head> <body> <h1>fff</h1> <h2>ggg</h2> <p>あいうえお</p> <p class="blue">かきくけこ <p> <p class="orange">さしすせそ </p> <div class="container"> <div class="item">Item 1</div> <div class="item">Item 2</div> <div class="item">Item 3</div> <div class="item">Item 4</div> <div class="item">Item 5</div> <div class="item">Item 6</div> </div> </body> </html>CSSのコード
@charset "UTF-8";
body {
background-color: black;
}
h1{
color: #0bd;
font-family: 'M PLUS Rounded 1c', sans-serif;
background-color: navy;
}
h2{
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
color: #999;
}
p{
font-size: 20px;
font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", sans-serif;
text-align:justify;
color:rgba(10, 130, 165, .5);
}
.blue{
color: blue;
}
.orange{
color: #fa2;
}
.item{
background: gray;
color: #fff;
padding: 10px;
}
.container{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 200px 200px;
gap: 10px;
}
html{
font-size: 100%;
}
h1{
font-size: 2rem;
}
h2{
font-size: 20px;
}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。