Back

5 - Acid Rain

<p>
<style>
  * { 
    margin: 0;
    background: #0B2429;
    * {
      position: absolute;
      right: 80px;
      top: 30px;
      padding: 60px;
      background: #F3AC3C;
      border-radius: 50% 50% 50% 0;
      * {
        right: 120px;
        top: 120px;
        rotate: 180deg;
        box-shadow: -60px 60px #998235;
      }
    }
  }
</style>