<body>
  <div class="sec01">
    I am a cat.<br>
    No name yet. <br>
    I have no idea where he was born. 
  </div>
  <div class="sec02">
    All I remember is that I was miaowing in a dark and damp place.<br>
    It was here that I saw human beings for the first time.
  </div>
</body>
body {
  margin: 0;
  padding: 0;
  background: url("https://katsu-dev.netlify.app/static/default_ogpimage-62d4a2892ca742cbdcb2a1523b97bef3.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.sec01 {
  margin-top: 300px;
  padding: 100px;
  background-color: #fff;
}
.sec02 {
  margin-top: 300px;
  padding: 100px;
  text-align: right;
  background-color: #fffa;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.