【ソースコード】番外編:positionの練習

index.html

index.html

<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="utf-8">
    <title>タイトル</title>
    <meta name="description" content="テキストテキストテキストテキストテキストテキスト">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/style.css">
  </head>

  <body>
    <div class="content">
      <div class="text">
        <h2 class="title">OUR SERVICES</h2>
        <p class="large">
          We can provide flower arrangements for offices,
          hotels, restaurants & retail spaces.
        </p>
        <p>
          テキストテキストテキテキストテキストテキストテキテキスト
          テキストテキストテキテキストテキストテキストテキテキスト
          テキストテキストテキテキストテキストテキストテキテキスト
        </p>
        <a class="btn" href="#">詳細はこちら</a>
      </div>
      <div class="img">
        <img src="img/flower.jpg" alt="">
      </div>
    </div>
  </body>
</html>