Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 796 Bytes

005-acid-rain.md

File metadata and controls

40 lines (35 loc) · 796 Bytes

#5 Acid Rain

GO TO THE PROBLEM

#5 Acid Rain

Solutions

<div class="circle"></div>
<div class="drop"></div>
<style>
  body {
    background: #0b2429;
  }
  div {
    width: 120px;
    height: 120px;
    background: #f3ac3c;
    position: absolute;
    border-radius: 50%;
  }
  .circle {
    inset: 30px 200px;
  }
  .drop {
    border-top-right-radius: 0;
    inset: 150px 80px;
    box-shadow: 60px -60px #998235;
  }
</style>
<a><a b><style>*{background:#0B2429}a{width:120;height:120;background:#F3AC3C;position:fixed;border-radius:50%;inset:30px 200px}[b]{border-top-right-radius:0;inset:150px 80px;box-shadow:60px -60px #998235