Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 602 Bytes

File metadata and controls

27 lines (23 loc) · 602 Bytes

Target #5- Acid Rain

Output & Target:

target5

Code:

<div id="a"></div>
<div id="b"></div>
<div id="c"></div>
<style>
  body{ background: #0B2429; }
  div {
    width: 120px;  height: 120px;
    position: absolute;
    background: #F3AC3C;
    border-radius: 50% 0 50% 50%;
  }
  #a{ right: 80px; top: 30px;
      transform: rotate(180deg); }
  #b{ top: 90px; left: 140px;
      background: #998235; }
  #c{ left: 80px; bottom: 30px; }
</style>