https://www.youtube.com/embed/tcgWyAWY8Ds?si=TADoSfvGS-Sdq1RP
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section>
<h1>見出し1見出し1見出し1見出し1見出し1見出し1見出し1見出し1見出し1</h1>
<div class="yoko">
<img src="img/sample.jpg" alt="">
<div>
<h2>見出し2見出し2見出し2見出し2見出し2見出し2</h2>
<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
</div>
</div>
</section>
</body>
</html>
section {
width: 1000px;
margin-left: auto;
margin-right: auto;
}
.yoko {
display: flex;
justify-content: space-between;
}
.yoko div {
width: 550px;
}
.yoko div h2 {
margin: 0;
}