Back

150 - Finger Heart

<p><p>
<style>
  html {
    background: #4F77FF;
  }
  * {
    background: #1038BF;
  }
  body {
    margin: 0 250px 150px 0;
  }
  p {
    position: fixed;
    border-radius: 30q;
    width: 50px;
    height: 184px;
    top: 0;
    left: 100px;
  }
  p + p {
    width: 200px;
    height: 50px;
    top: 84px;
    left: 0;
  }
</style>