Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 878 Bytes

File metadata and controls

43 lines (38 loc) · 878 Bytes

#22 Cloud

GO TO THE PROBLEM

#22 Cloud

Solutions

<div></div>
<style>
  body {
    background: #f5d6b4;
  }
  div {
    position: absolute;
    top: 115px;
    left: 100px;
    width: 100px;
    height: 100px;
    background: #d86f45;
    border-radius: 50%;
    box-shadow: 80px -30px #d86f45;
  }
  div::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 50px;
    background: #d86f45;
    border-radius: 0 30px 30px 60px;
  }
</style>
<a a><a b><style>*{background:#f5d6b4}a{position:fixed;background:#d86f45}[a]{width:100;height:100;border-radius:50%;top:115;left:100;box-shadow:80px -30px#d86f45}[b]{width:150;height:50;border-radius:0 25px 25px 0;top:165;right:100