<body>
    <div class="title"><p class="text">スクロールしてみてね!</p></div>
      <p class="text">fade</p>

    <div class="container fade">
      <div class="item" data-aos="fade">
        <p class="item_text">fade</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-up">
        <p class="item_text">fade-up</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-down">
        <p class="item_text">fade-down</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-left">
        <p class="item_text">fade-left</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-right">
        <p class="item_text">fade-right</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-up-left">
        <p class="item_text">fade-up-left</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-up-right">
        <p class="item_text">fade-up-right</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-down-left">
        <p class="item_text">fade-down-left</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
      <div class="item" data-aos="fade-down-right">
        <p class="item_text">fade-down-right</p>
        <img
          src="https://drive.google.com/uc?export=view&id=13TBj2wMdMKxukp4GAf2eFYHlS_p9T9bI"
          alt=""
        />
      </div>
    </div>
  </body>
body {
  background-color: #e9e9e9;
  text-align: center;
}
.container {
  overflow: hidden;
  margin: 100px auto;
  padding: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  gap: 15rem;
}

.item {
  margin: 15px;
  width: 80%;
  height: auto;
  color: #212121;
  font-size: 0.2em;
  background-color: #fff;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.text {
  font-size: clamp(1.5rem, 3vw, 5rem);
  font-weight: bold;

  color: #333;
}
.item_text {
  font-size: 2rem;
  font-weight: bold;
}

img {
  margin: 0 auto;
}
View Compiled
AOS.init();

External CSS

  1. https://unpkg.com/aos@next/dist/aos.css

External JavaScript

  1. https://unpkg.com/aos@next/dist/aos.js