練習
<style>
body{margin:0;}
header{height:50vh;
background:url(A_01.jpg)no-repeat center top/cover;
padding-top:50px;
margin-bottom:64px;}
h1{color:white;
font-size:2em;
text-align:center;
line-height:50px;
font-weight:bold;
margin:0;}
h1 img{position:absolute;
top:30px;
left:30px;
width:100px;}
ul{margin:0;
padding:0;
list-style:none;}
li{margin-bottom:40px;
padding:0 20px;
background-color:#cccccc;}
img{max-width:100%;}
</style>
<ul>
<li><img src="B_01.jpg"alt="画像 - 1"></li>
<li><img src="B_02.jpg"alt="画像 - 2"></li>
<li><img src="B_03.jpg"alt="画像 - 3"></li>
</ul>