Back

16 - Eye of the Tiger

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