9/9/2024

Score
597
Characters
599
<body>
  <div class="c c1"></div>
  <div class="c c2"></div>
  <div class="box"></div>
</body>
<style>
  body {
    background: #FCEBEB;
    display: flex;
    justify-content: center;
    height: 100%;
  }
  div {background: #E95D29;}
  .c {
    width: 9.3rem;
    height: 9.3rem;
    border-radius: 50%;
    margin-top: 1.9rem;
  }
  .c1 {transform: translateX(1.2rem)}
  .c2 {transform: translateX(-1.25rem)}
  .box {
    position: absolute;
    height: 10.98rem;
    width: 10.98rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 10rem 2rem 0 2rem;
  }
</style>
https://rua-iri.com/css_battle/9-9-2024/