Back

16 - Eye of the Tiger

<style>
  * {
    background: #0B2429;
    * {
      margin: 50px 100px;
      background: radial-gradient(#0b2429 25px, 0, #f3ac3c 70px, 0, #0b2429 90px, 0, #998235);
      border-radius: 50% 0;
      rotate: 45deg;
    }
  }
</style>