.baner {
background-image: url('ban.jpg');
background-size: cover;
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 35%;
top: 60px;
}
この背景についてはカバーしませんが、png
画像を作成すると機能し、理由がわかりません:
.baner {
background-image: url('ban.png');
background-size: cover;
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 35%;
top: 60px;
}