https://www.youtube.com/embed/11RAybjVKPw?si=QpSsB9mYxfaLTXR5
<!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>
<div>
<img src="img/sample.jpg" alt="">
<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
</p>
</div>
</body>
</html>
div {
width: 1000px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
}
p {
width: 550px;
margin: 0;
}