Back to battles

#26

Smiley

<div></div>
<div></div>
<div></div>

<style>
  body {
    background: #6592cf;
    display: flex;
  }
  div {
    height: 40px;
    width: 80px;
    border: 20px solid #060f55;
    border-bottom: 0;
    border-radius: 100px 100px 0 0;
  }

  div:nth-child(1) {
    translate: 32px 32px;
  }
  div:nth-child(2) {
    translate: 112px 32px;
  }
  div:nth-child(3) {
    rotate: 180deg;
    translate: -108px 192px;
  }
</style>

04

8/8