Back to battles

#31

Equals

<div></div>
<style>
  body {
    background: #aa445f;
    display: grid;
    place-content: center;
  }
  div {
    width: 250px;
    height: 200px;
    border-radius: 200px;
    background: linear-gradient(
      to right,
      #f7ec7d 0 40%,
      #aa445f 40% 60%,
      #e38f66 60%
    );
  }
</style>

06

2/2