Back

15 - Overlap

<p>
<style>
  * {
    margin: 0px;
    background: #09042A;
  }
  p {
    position: absolute;
    top: 75px;
    left: 75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 100px 0px #E78481, inset 100px 0px #7B3F61;
  }
</style>